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 vstinner
Recipients davin, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-04-26.13:06:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493211971.01.0.381864391866.issue30169@psf.upfronthosting.co.za>
In-reply-to
Content
The crash is probably random. I looked at the last 250 builds. Since build 421, the first crash occurred at build 578 (commit a00c3fd12d421e41b769debd7df717d17b0deed5, no idea if it's related):

http://buildbot.python.org/all/builders/AMD64%20Windows8.1%20Non-Debug%203.x/builds/578/

I found 8 test_multiprocessing_spawn crashes in builds:

* 578
* 579
* 659
* 660
* 661
* 664
* 665
* 670
History
Date User Action Args
2017-04-26 13:06:11vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin
2017-04-26 13:06:11vstinnersetmessageid: <1493211971.01.0.381864391866.issue30169@psf.upfronthosting.co.za>
2017-04-26 13:06:11vstinnerlinkissue30169 messages
2017-04-26 13:06:10vstinnercreate