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 gdb
Recipients asksol, gdb, jnoller
Date 2010-07-13.14:32:32
SpamBayes Score 0.00356217
Marked as misclassified No
Message-id <1279031554.22.0.922758404022.issue9205@psf.upfronthosting.co.za>
In-reply-to
Content
> What kind of errors are you having that makes the get() call fail?
Try running the script I posted.  It will fail with an AttributeError (raised during unpickling) and hang.

I'll note that the particular issues that I've run into in practice are:
- OOM kill destroying my workers but leaving the parent silently waiting
- KeyboardInterrupting the workers, and then having the parent hang

This AttributeError problem is one that I discovered while generating test cases for the patch.
History
Date User Action Args
2010-07-13 14:32:34gdbsetrecipients: + gdb, jnoller, asksol
2010-07-13 14:32:34gdbsetmessageid: <1279031554.22.0.922758404022.issue9205@psf.upfronthosting.co.za>
2010-07-13 14:32:32gdblinkissue9205 messages
2010-07-13 14:32:32gdbcreate