QWaitCondition as a class member ?
Unsolved
General and Desktop
-
@dpcrd Most likely you're calling wakeAll and destroy the worker along with the QWaitCondition variable, so other threads that wait on it crash, or something like that. Without looking at the code it's just guessing though.
-
The
new
instruction to create the worker object was malformed... Stupid me.