[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-17 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: Issue 874900's patch seems to have resolve the hangs. I am closing this issue as fixed. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED]

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Jesse Noller
Changes by Jesse Noller [EMAIL PROTECTED]: -- dependencies: +threading module can deadlock after fork ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088 ___

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: Sadly _multiprocessing apparently doesn't even build on my Ubuntu 8.04 machine and it still hangs on my 10.5 machine. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: On Jul 15, 2008, at 8:38 PM, Barry A. Warsaw [EMAIL PROTECTED] wrote: Barry A. Warsaw [EMAIL PROTECTED] added the comment: Sadly _multiprocessing apparently doesn't even build on my Ubuntu 8.04 machine and it still hangs on my 10.5

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Jesse Noller
Jesse Noller [EMAIL PROTECTED] added the comment: Barry - can you email the compile errors? ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088 ___ ___

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-15 Thread Barry A. Warsaw
Barry A. Warsaw [EMAIL PROTECTED] added the comment: Something's very strange. The first make after configure fails to build _multiprocessing, but a subsequent make succeeds. I'll see if I can capture the compilation error message. ___ Python tracker [EMAIL

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-08 Thread Nick Coghlan
Nick Coghlan [EMAIL PROTECTED] added the comment: Updated issue title to more accurately reflect scope of the problem. -- title: test_multiprocessing hangs on OS X 10.5.3 - test_multiprocessing hangs intermittently on POSIX platforms ___ Python

[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-08 Thread Nick Coghlan
Nick Coghlan [EMAIL PROTECTED] added the comment: I forgot to mention that I am seeing the intermittent hangs on the trunk (2.6). I haven't been testing it on Py3k. -- versions: +Python 2.6 ___ Python tracker [EMAIL PROTECTED]