Uploaded image for project: 'Qbs ("Cubes")'
  1. Qbs ("Cubes")
  2. QBS-552

Canceling a build relies on cooperation from commands

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 1.2.0
    • General
    • None
    • 637249a8c1ef722c5646e1ca85d516f88a1a1dc6

    Description

      If some command implements an infinite loop, it is impossible to cancel the build via Ctrl-C – you actually have to kill qbs!
      The relevant function to fix is ExecutorJob::cancel(). It must actually forward the cancel request to the current command instead of just skipping the commands after the current one.
      An example of a misbehaving project is attached.

      Attachments

        For Gerrit Dashboard: QBS-552
        # Subject Branch Project Status CR V

        Activity

          People

            kandeler Christian Kandeler
            kandeler Christian Kandeler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes