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.

Author sbt
Recipients christian.heimes, neologix, pitrou, python-dev, r.david.murray, sbt, vstinner
Date 2013-10-17.14:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382021529.23.0.602691273648.issue19227@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce the problem on the Non-Debug Gentoo buildbot using only os.fork() and os.kill(pid, signal.SIGTERM).  See

    http://hg.python.org/cpython/file/9853d3a20849/Lib/test/_test_multiprocessing.py#l339

To investigate further I think strace and/or gdb will need to be installed on that box.

P.S. Note that the Debug Gentoo buildbot is always failing at the configure stage with "No space left on device".
History
Date User Action Args
2013-10-17 14:52:09sbtsetrecipients: + sbt, pitrou, vstinner, christian.heimes, r.david.murray, neologix, python-dev
2013-10-17 14:52:09sbtsetmessageid: <1382021529.23.0.602691273648.issue19227@psf.upfronthosting.co.za>
2013-10-17 14:52:09sbtlinkissue19227 messages
2013-10-17 14:52:08sbtcreate