New submission from brandon <drr...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8144>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to