Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.3.0 Alpha
-
None
Description
Observed in Qt Creator.
The crash comes in from the Qt Creator async run feature and from AutoTest plugin.
It comes from a pool->start() call, and is triggered when an expired job-thread is restarted, causing a QThread::start() from a non-owning thread.
Also in QThreadPool, it is noticed QThreadPoolPrivate::startThread() is also doing similar access that could be racy or crashy.
Attachments
Issue Links
- relates to
-
QTBUG-96718 Crash in inBindingWrapper() (Creator built against Qt 6.2 build)
- Closed
-
QTBUG-102403 QObject::objectName() leads to heap-use-after-free in tst_qquickanimations::cleanupWhenRenderThreadStops()
- Closed