This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cgoldberg
Recipients cgoldberg
Date 2009-02-05.22:38:48
SpamBayes Score 0.00057578395
Marked as misclassified No
Message-id <1233873530.6.0.0973059515858.issue5160@psf.upfronthosting.co.za>
In-reply-to
Content
little more info:


If you create a Queue in the main thread and pass this to each worker
thread, it works fine.

If you create the Queue inside the worker thread and then pass it to a
new thread, it can crash.

when it crashes, you get an immediate core dump with no error messages
or stack trace.

This happens very intermittently but can be reproduced easily.
History
Date User Action Args
2009-02-05 22:38:50cgoldbergsetrecipients: + cgoldberg
2009-02-05 22:38:50cgoldbergsetmessageid: <1233873530.6.0.0973059515858.issue5160@psf.upfronthosting.co.za>
2009-02-05 22:38:48cgoldberglinkissue5160 messages
2009-02-05 22:38:48cgoldbergcreate