[issue3088] test_multiprocessing hangs intermittently on POSIX platforms

2008-07-18 Thread Miki Tebeka
Miki Tebeka <[EMAIL PROTECTED]> added the comment: I confirm this is solved for me in beta 2 ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Pytho

[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 Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Here's the 'make' output. What's strange is that moving _multiprocessing{_failed,}.so, the import works just fine. building '_multiprocessing' extension creating build/temp.linux-i686-3.0/home/barry/projects/python/python30/Modules/_multipr

[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 <[EMA

[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]> ___ ___ Pyth

[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

[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]> _

[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]> ___ _

[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]>

[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 tr