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

[Windows]: When a library using QCoreApplication is unloaded and then loaded again it can cause a crash

XMLWordPrintable

    • 9832f0ab857904a88c9b5e71a9e447abbebca8fb (qtbase/5.9, 14.12.2017, 5.9.4)

      [Windows]: When a library using QCoreApplication is unloaded and then loaded again it can cause a crash.

      This is down to the QCoreApplication::applicationFilePath() which has a static const char pointer to d->argv[0] which is not copied. When the library is loaded the second time then this can be pointing to invalid memory.

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

            thiago Thiago Macieira
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes