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

[Qt5Core]QDateTime::currentDateTime() deadlock

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P1: Critical
    • 5.15.19
    • 5.15
    • Core: Date/Time
    • QNX

    Description

      1.  Qt Application Main Thread deadlock When Calling QDateTime::currentDateTime();
      2. During Qt application startup, the application calls qInstallMessageHandler(outputMessage) to register this callback with Qt. During subsequent program execution, when C++ code invokes logging interfaces like qWarning() and qInfo(), or when QML code uses methods like console.warn(), Qt will trigger calls to outputMessage() to output the logs to the logging system.

              3. Here are the call stack information for two deadlock issues:

                 4. A similar problem has been observed in Qt version 6.7.1."

      Attachments

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

        Activity

          People

            Eddy Edward Welbourne
            xiaojun.fan xiaojun fan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes