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

Reg->6.2.2: Calling QCoreApplication::quit() while QDialog::exec() is running with no QCoreApplication::exec() running no longer quits

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 6.2.2
    • GUI: Window management
    • None
    • Linux/X11

    Description

        QApplication a(argc, argv);
          QTimer::singleShot(5000, &a, QCoreApplication::quit);
        return QInputDialog::getInt(nullptr, qVersion(), "lbl");
      

      hangs.

      Manifests as hanging test sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py
      in Qt for Python.

      Attachments

        Issue Links

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

          Activity

            People

              vestbo Tor Arne Vestbø
              kleint Friedemann Kleint
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes