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

[Reg 6.6.1->6.6.2] Performance regression in qhelpcollection.cpp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1: Critical P1: Critical
    • 6.6.3, 6.8.0 FF
    • 6.6.2
    • Tools: Assistant
    • None
    • 58aed518a (master), 2ec42bc09 (dev), e2d7008c0 (dev), eeecb35ca (6.7), c44f9dcb1 (6.6)

      The change https://codereview.qt-project.org/c/qt/qttools/+/527983 introduced an issue where timestamps are stored in UTC and later compared (as a string) in the local timezone. Due to that the comparison always fails which leads to every documentation file be unregistered and re-registered. This leads to noticable hangs in Qt Creator during startup and when opening the help view.

      https://codereview.qt-project.org/c/qt/qttools/+/545125 fixes this issue.

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

            jkobus Jarek Kobus
            madwinter Marcus Tillmanns
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes