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 drraid
Recipients drraid
Date 2010-03-15.01:51:03
SpamBayes Score 0.06742204
Marked as misclassified No
Message-id <1268617866.73.0.54561408378.issue8144@psf.upfronthosting.co.za>
In-reply-to
Content
Multiprocessing goes into an infinite loop during shutdown, trying to connect to a remote queue - I *think* during finalization. 

The actual loop appears to be the while(1) in connection.py line 251, and I think it is being called initially from manager.py finalization.

I can reliably reproduce but my code base is large and ugly, and I am still trimming down to a nice clean sample to submit.
History
Date User Action Args
2010-03-15 01:51:06drraidsetrecipients: + drraid
2010-03-15 01:51:06drraidsetmessageid: <1268617866.73.0.54561408378.issue8144@psf.upfronthosting.co.za>
2010-03-15 01:51:04drraidlinkissue8144 messages
2010-03-15 01:51:03drraidcreate