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

after QCoreApplication::quit and delete still some threads started by Qt are active

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.11
    • Core: Other
    • None

    Description

      I do

          QCoreApplication::quit();
          delete QCoreApplication::instance();
      

      but after that still some Qt related threads are not stopped: dconf worker, gmain, gdbus, QDbusConnection, QQmlThread.

      I expect this threads to be stopped too.

      I need this because my Qt application is implemented in shared library and after above QCoreApplication::quit/delete QCoreApplication::instance I do unloading of shared library but it crashes. Probably due to above mentioned running threads.

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            vvavrychuk Vasyl Vavrychuk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes