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 eryksun
Recipients cmckain, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-03-26.16:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490544522.35.0.153877618992.issue29908@psf.upfronthosting.co.za>
In-reply-to
Content
The offset in ucrtbase.dll where it's crashing may hint at the culprit. The following command should print the full event log for the most recent crash:

wevtutil qe application /rd:true /c:1 /format:text /q:"*[System[Provider[@Name='Application Error']]][EventData[Data='python.exe'][Data='ucrtbase.dll']]"
History
Date User Action Args
2017-03-26 16:08:42eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, cmckain
2017-03-26 16:08:42eryksunsetmessageid: <1490544522.35.0.153877618992.issue29908@psf.upfronthosting.co.za>
2017-03-26 16:08:42eryksunlinkissue29908 messages
2017-03-26 16:08:42eryksuncreate