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 MikeH, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-01-03.14:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483453385.91.0.493748764287.issue29090@psf.upfronthosting.co.za>
In-reply-to
Content
> OS is Windows XP SP3

Oh wow, that's old! XP is not more supported by Python, but it's no more supported by Microsoft neither.

A crash can have various reasons. Usually, it's a buffer overflow or a race condition "somewhere". You should try to collect more information using faulthandler, or maybe using Visual Studio.
https://docs.python.org/dev/library/faulthandler.html

I suggest you to try to upgrade Windows and Python to more recent versions.

Anyway, as Zachary wrote, Python 3.4 is no more supported (only security fixes, nor more bug fixes).
History
Date User Action Args
2017-01-03 14:23:05vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, MikeH
2017-01-03 14:23:05vstinnersetmessageid: <1483453385.91.0.493748764287.issue29090@psf.upfronthosting.co.za>
2017-01-03 14:23:05vstinnerlinkissue29090 messages
2017-01-03 14:23:05vstinnercreate