Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
4.7.0
-
None
Description
If an application that uses a QThread with an eventloop is exited before the QThread eventloop has started a deadlock will occur. See attachment for an example of one (poor) attempt to avoid the problem.
If quit() is called before the eventloop is started, perhaps the eventloop should not start at all.