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

Timer fired, but no QCoreApplication

    XMLWordPrintable

Details

    Description

      Qeventdispatcher_win.cpp

      Starting line 480:
      QCoreApplication *app = QCoreApplication::instance();
      Q_ASSERT_X(app, "qt_interal_proc", "Timer fired, but no
      QCoreApplication");
      if (!app)

      { KillTimer(hwnd, wp); return 0; }

      It would be better if the Q_ASSERT_X was after the KillTimer. Otherwise the timer keeps firing while the critical error dialog box is being
      displayed.

      It would also be really nice if information about the timer still being fired was displayed - it's a pain to track this problem down!

      Attachments

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

        Activity

          People

            bhughes Bradley T. Hughes (closed Nokia Identity) (Inactive)
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes