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 martin.panter
Recipients alexei.romanov, johan, martin.panter, ned.deily, pitrou, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, wolma, zach.ware
Date 2015-04-17.23:30:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429313456.17.0.849087631696.issue23985@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a reduced version without using random numbers that reliably crashes for me on 64-bit Linux. Hopefully it also crashes for others, and they can investigate further. Crashes for me with the standard Arch Linux binary:

Python 3.4.3 (default, Feb 26 2015, 23:01:07) 
[GCC 4.9.2 20150204 (prerelease)] on linux

and my recently built v3.5 version:

Python 3.5.0a3+ (default:0b3027a2abbc, Apr 11 2015, 23:27:07) 
[GCC 4.9.1] on linux

It does not crash on 32 bit computer I tried though.
History
Date User Action Args
2015-04-17 23:30:56martin.pantersetrecipients: + martin.panter, terry.reedy, pitrou, tim.golden, ned.deily, zach.ware, serhiy.storchaka, steve.dower, wolma, alexei.romanov, johan
2015-04-17 23:30:56martin.pantersetmessageid: <1429313456.17.0.849087631696.issue23985@psf.upfronthosting.co.za>
2015-04-17 23:30:56martin.panterlinkissue23985 messages
2015-04-17 23:30:55martin.pantercreate