Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.2
-
None
-
Windows 10
-
-
de90f2e06 (dev), 013793a78 (6.9), 9d576b3a7 (6.8)
Description
If a Qt object stucks in its destructor while a thread finishes, QThread::isRunning returns false while the thread is still running.
Workaround. If QThread::isRunning returns false, call QThread::wait(0) also. If it returns false too, it means that the thread is still running.