Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.15.7, 6.2.3, 6.3.0 Beta1
-
None
-
-
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.