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

Several data races around handlers of QDesktopServices::openUrl()

    XMLWordPrintable

Details

    • All
    • 37a25fce94 (qt/qtbase/dev) 37a25fce94 (qt/tqtc-qtbase/dev) 7a98858ff0 (qt/qtbase/6.3) b3d1ea8530 (qt/qtbase/6.2) b3d1ea8530 (qt/tqtc-qtbase/6.2) 7a98858ff0 (qt/tqtc-qtbase/6.3) 2b0105cdc1 (qt/tqtc-qtbase/5.15) b3d1ea8530 (qt/tqtc-qtbase/6.2.4)
    • Team Two Foundation Sprint 51

    Description

      There are several data races in the handling of URLs and the URL-handler registry. There's a mutex that some functions use, but some don't, there's an ABA problem with the handler registry, and the mechanism by which deleted handlers get automatically unregistered is also flawed, because it relies on QObject::destroyed(), which comes too late to prevent last-minute calls to the (partially or even fully) destroyed handlers.

      Attachments

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

        Activity

          People

            mmutz Marc Mutz
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: