This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: error in test_multiprocessing_forkserver
Type: behavior Stage: resolved
Components: Library (Lib), Tests Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: koobs, pitrou, python-dev, sbt
Priority: normal Keywords:

Created on 2013-08-16 20:19 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg195410 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-08-16 20:19
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
msg195481 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2013-08-17 15:13
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/builds/1825/steps/test/logs/stdio
msg195816 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-21 18:47
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
msg195876 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-08-22 10:47
New changeset a94555d5070f by Richard Oudkerk in branch 'default':
Issue #18762: Fix EBADF error when using forkserver.
http://hg.python.org/cpython/rev/a94555d5070f
msg195881 - (view) Author: Richard Oudkerk (sbt) * (Python committer) Date: 2013-08-22 12:33
Hopefully this is fixed now.
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62962
2013-08-22 12:33:58sbtsetstatus: open -> closed
type: behavior
messages: + msg195881

resolution: fixed
stage: resolved
2013-08-22 10:47:31python-devsetmessages: + msg195876
2013-08-21 18:47:26python-devsetnosy: + python-dev
messages: + msg195816
2013-08-21 09:15:59pitroulinkissue18793 superseder
2013-08-17 15:13:29koobssetnosy: + koobs
messages: + msg195481
2013-08-16 20:19:40pitroucreate