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

ASSERT when setting condition: false in a product

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P0: Blocker
    • 1.2.1
    • 1.2.0
    • General
    • None
    • Linux, 64bit, latest Qt5 from stable branch
    • da78b1a89a4445fe0fa76e549e5833bf0b793e41

    Description

      I have a really simple Qbs project:

      import qbs
      
      CppApplication {
          type: "application" // To suppress bundle generation on Mac
          consoleApplication: true
          files: "main.cpp"
      }
      

      What I do is this:

      1) I build this project with the qbs command line client.
      2) I add "condition: false" to the CppApplication
      3) I build this project with the qbs command line client using the same profile command line as in step 1.

      This is the output I get from step 3:

      Restoring build graph from disk
      Resolving project for configuration qtc_Desktop-debug
      ASSERT: "d" in file .../qt5/include/QtCore/qscopedpointer.h, line 120
      zsh: abort (core dumped)  .../qbs debug profile:qtc_Desktop
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes