Queue class deadlocking application
Gordon McMillan
gmcm at hypernet.com
Wed Sep 1 18:13:42 EDT 1999
Nathan Clegg wrote:
> Okay, quick update. This not deadlock so much as it is actually
> freezing.
> I have auxiliary threads that do not work with Queue at all that
> also
> stop operating when the others do. But as soon as I remove the one
> line that reads or writes to the queue, everything works smoothly.
> Any ideas?
My test is still running without problems. And if it failed, I
wouldn't expect to see unrelated threads freezing. So it's time to
get to details of your platform and trying to create a minimal test
case.
- Gordon
More information about the Python-list
mailing list