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 benjamin.peterson
Recipients benjamin.peterson
Date 2017-09-14.06:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505370960.72.0.0292264137903.issue31463@psf.upfronthosting.co.za>
In-reply-to
Content
This hangs reliably for me on master:

$ ./python -m test.regrtest test_multiprocessing_fork test_subprocess

It looks like test_multiprocessing_fork doesn't clean up some of its subprocesses and then test_subprocess hangs on waitpid(0) forever.
History
Date User Action Args
2017-09-14 06:36:00benjamin.petersonsetrecipients: + benjamin.peterson
2017-09-14 06:36:00benjamin.petersonsetmessageid: <1505370960.72.0.0292264137903.issue31463@psf.upfronthosting.co.za>
2017-09-14 06:36:00benjamin.petersonlinkissue31463 messages
2017-09-14 06:36:00benjamin.petersoncreate