Eryk Sun added the comment:

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']]"

----------
components: +Windows
nosy: +eryksun, paul.moore, steve.dower, tim.golden, zach.ware
versions: +Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29908>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to