New submission from Alf P. Steinbach <al...@start.no>:

Python 3.1.1 in Windows XP Prof, appears to be a Windows-only problem

Effect: on program exit the interpreter crashes with exception  0xc0000417 
STATUS_INVALID_CRUNTIME_PARAMETER at address 0x78588389, which appears to be in 
[msvcr90.dll].

To reproduce: very difficult. I had this occur tree times when, after not 
running any Python program for a while, hitting Ctrl C at the first prompt of 
the enclosed program. On subsequent runs (not waiting) the bug does *not* 
manifest. Possibly a timing issue?

Possibly the same bug: ticket #85 for PyInstaller, <url: 
http://www.pyinstaller.org/ticket/85> has same exception code and same address 
and also occurring at program exit. Reported as not manifesting in Linux, only 
Windows. If same bug may be more reliable way to reproduce.

PS: I reported two or three bugs earlier; one was fixed in 3.1.2. But the "Your 
issues" link shows no issues for me. Trying to report that via "Report tracker 
problem" it doesn't recognize me as logged in, and maintains that my login 
attempt is invalid. So there's like a bug in the tracker's reporting scheme for 
reporting the bug in the tracker. :-)

----------
components: Interpreter Core
files: sum.v4.py
messages: 103325
nosy: alfps
severity: normal
status: open
title: Crash 0xc0000417 STATUS_INVALID_CRUNTIME_PARAMETER on program exit
type: crash
versions: Python 3.1
Added file: http://bugs.python.org/file16948/sum.v4.py

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

Reply via email to