[New-bugs-announce] [issue8144] muliprocessing shutdown infinite loop

brandon report at bugs.python.org
Mon Mar 15 02:51:06 CET 2010


New submission from brandon <drraid at gmail.com>:

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.

----------
messages: 101078
nosy: drraid
severity: normal
status: open
title: muliprocessing shutdown infinite loop
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8144>
_______________________________________


More information about the New-bugs-announce mailing list