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 paul.moore, pitrou, r.david.murray, serhiy.storchaka, skrah, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2015-09-08.07:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa65da5FgOOtVbUdKXsFM7W8xmsUOYRiqjwroxJ5FFERA@mail.gmail.com>
In-reply-to <1441693370.52.0.826806447823.issue24999@psf.upfronthosting.co.za>
Content
Zachary Ware added the comment:
> To be fair, other buildbots are also segfaulting (or otherwise silently failing) on those:

Sorry, the following issues are unrelated.

> 3.4 on XP, test_json:
> http://buildbot.python.org/all/builders/x86%20XP-4%203.4/builds/1190/steps/test/logs/stdio

This one is old. We don't really support Windows XP. If I recall
correctly, Windows XP doesn't handle correctly stack overflow.

> 3.5 on 7, test_tokenize:
> http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.5/builds/250/steps/test/logs/stdio

This is a timeout, not a crash.
History
Date User Action Args
2015-09-08 07:26:42vstinnersetrecipients: + vstinner, tim.peters, paul.moore, pitrou, tim.golden, r.david.murray, skrah, zach.ware, serhiy.storchaka, steve.dower
2015-09-08 07:26:42vstinnerlinkissue24999 messages
2015-09-08 07:26:42vstinnercreate