[issue18762] error in test_multiprocessing_forkserver

2013-08-22 Thread Richard Oudkerk
Richard Oudkerk added the comment: Hopefully this is fixed now. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker __

[issue18762] error in test_multiprocessing_forkserver

2013-08-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a94555d5070f by Richard Oudkerk in branch 'default': Issue #18762: Fix EBADF error when using forkserver. http://hg.python.org/cpython/rev/a94555d5070f -- ___ Python tracker

[issue18762] error in test_multiprocessing_forkserver

2013-08-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1fdd79cfb01 by Richard Oudkerk in branch 'default': Issue #18762: Print debug info on failure to create new forkserver process. http://hg.python.org/cpython/rev/e1fdd79cfb01 -- nosy: +python-dev ___ Pyth

[issue18762] error in test_multiprocessing_forkserver

2013-08-17 Thread koobs
koobs added the comment: 2 more cases seen here: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/227/steps/test/logs/stdio Note: cc on FreeBSD 10.0-CURRENT is clang and here: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%2Bclang%203.x/build

[issue18762] error in test_multiprocessing_forkserver

2013-08-16 Thread Antoine Pitrou
New submission from Antoine Pitrou: One buildbot has exhibited (sporadic?) errors in test_multiprocessing_forkserver: http://buildbot.python.org/all/builders/x86%20Gentoo%20Non-Debug%203.x/builds/4823/steps/test/logs/stdio -- components: Library (Lib), Tests messages: 195410 nosy: pitr