Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
4.7.3
-
None
-
windows, symbian
Description
In the symbian and windows implementation, the QThread::finished() signal is emitted just after the run function has returned. However, that does not mean that the thread is really done running. It seems emitting the signal at that point is premature, and the signal should only be emitted once the thread has really stopped. See the discussion in this DevNet topic: http://developer.qt.nokia.com/forums/viewthread/6541
Attachments
Issue Links
- is replaced by
-
QTBUG-684 Thread might still run after QThread::wait returns
-
- Closed
-