[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden, tim.peters versions: +Python 3.4 ___ Python tracker ___ ___ Python-bug

[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-14 Thread Jurko Gospodnetić
Changes by Jurko Gospodnetić : Added file: http://bugs.python.org/file33140/crash-info-11.txt ___ Python tracker ___ ___ Python-bugs-list mail

[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-14 Thread Jurko Gospodnetić
Changes by Jurko Gospodnetić : Removed file: http://bugs.python.org/file33139/crash-info-11.txt ___ Python tracker ___ ___ Python-bugs-list ma

[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-14 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: I reproduced the issue about 10 more times to see if I'd get some more useful C tracebacks in Visual Studio, but they seems to be the pretty much the same every time (as seen in the attached http://bugs.python.org/file33137/crash-info-10.txt file). I'm att

[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-14 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: I can reproduce this most easily if I run a command like: clean.cmd & run.py where clean.cmd is any short batch script and run.py is a file containing only the '#! python3' shabang line. The batch script in front is not necessary, and I've originally bee

[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-14 Thread Jurko Gospodnetić
Changes by Jurko Gospodnetić : Added file: http://bugs.python.org/file33138/crash-info-1-9 - Python tracebacks only.txt ___ Python tracker ___ __

[issue19983] Ctrl-C causes startup crashes on Windows

2013-12-14 Thread Jurko Gospodnetić
New submission from Jurko Gospodnetić: If you press Ctrl-C during Python startup on Windows you may get interpreter crashes with different Python tracebacks displayed on the standard system error output stream. Reproduced using: - Windows 7 SP1 x64 - Python 3.3.3 (64-bit) as downloaded fro