Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30330

Windows: assertion if you pass QApplication arguments that are not exactly those retrieved by GetCommandLine()

    XMLWordPrintable

Details

    • dff18b8e80609da91bf9e9134967dcf0d23eca9e (qtbase/dev, 5.2.2015, 5.5), Fix.up: 29daa7645b8d93e4a53e8cd85288740a80f441e9 (qtbase/dev, 11.2.2015, 5.5)

    Description

      This includes qmltestrunner, which removes its arguments from argc/argv before passing them to QCoreApplication. The assertion hit is:

      Q_ASSERT(allArguments.size() == origArgc);
      

      in QCoreApplication::arguments().

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              jfaust Josh Faust
              Maurice Kalinowski Maurice Kalinowski
              Alex Blasche Alex Blasche
              Votes:
              17 Vote for this issue
              Watchers:
              25 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes