[issue8144] muliprocessing shutdown infinite loop

2015-01-29 Thread Davin Potts
Davin Potts added the comment: At nearly 5 years of age, this issue unfortunately never saw a viable demonstration of how to provoke the reported behavior. Hopefully the reporter either (1) discovered the nature of the problem originated elsewhere and he was able to quickly fix it, or (2) won

[issue8144] muliprocessing shutdown infinite loop

2013-01-26 Thread Ezio Melotti
Ezio Melotti added the comment: Can you still reproduce the issue? -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list m

[issue8144] muliprocessing shutdown infinite loop

2010-10-05 Thread Ask Solem
Ask Solem added the comment: Did you finish the code to reproduce the problem? -- nosy: +asksol ___ Python tracker ___ ___ Python-bugs

[issue8144] muliprocessing shutdown infinite loop

2010-03-14 Thread brandon
brandon added the comment: After getting into the infinite loop, here's exception from CTRL-C (posted just to show stack trace -- i am still working on getting come sample code together -- meant to show it is infact in that while(1) a 251 in connection.py): KeyboardInterrupt ^CError in atexit

[issue8144] muliprocessing shutdown infinite loop

2010-03-14 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> jnoller nosy: +jnoller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue8144] muliprocessing shutdown infinite loop

2010-03-14 Thread brandon
New submission from brandon : 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 finaliz