[PyKDE] Crashing problems, suggestions?
Michael Guntsche
mike at it-loops.com
Thu Mar 1 20:57:39 GMT 2007
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
More information about the PyQt
mailing list