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

QTimer: Timers below 2 seconds aren't Precise

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 6.0
    • Core: Other
    • None
    • All

    Description

      Resulted from https://lists.qt-project.org/pipermail/development/2023-May/043971.html thread.

      The https://codereview.qt-project.org/c/qt-creator/qt-creator/+/480663 test fails on some machines.

      Having 2 single shot timers scheduled in a row from one thread. The 1st one with 1ms timeout, and the 2nd one with 2ms timeout. The second one is scheduled after the first one. It may happen, that the 2nd timer's timeout comes first, before the 1st timer's timeout.

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              jkobus Jarek Kobus
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes