Hello Kevin, On Mar 1, 2007, at 21:36, Kevin Cureton wrote:
I ran into the deadlock problems a while back and managed to avoid it by only sending signals from QThreads to the main thread. The main thread, instead of sending signals or events to the QThreads, would instead hand them work via a thread-safe queue I wrote. Doing that avoided the deadlock problem but appeared to uncover another issue. Consistent crashes.
A small example showing this problem would definitly help. In the meantime, did you try changing back to using signals instead of queues for communication between the main thread and the worker threads? There have been some changes lately to make this more robust.
Kind regards, Michael _______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde