New submission from Alf P. Steinbach :
Python 3.1.1 in Windows XP Prof, appears to be a Windows-only problem
Effect: on program exit the interpreter crashes with exception 0xc417
STATUS_INVALID_CRUNTIME_PARAMETER at address 0x78588389, which appears to be in
[msvcr90.dll].
To reproduce
Alf P. Steinbach added the comment:
It now seems almost certain that it's /necessary/ to not have run any Python
programs for a while (say, 10 minutes?) in order for the bug to manifest when
using Ctrl C in the enclosed program.
Also, I forgot to mention, the SEH exception occurs *whil
Alf P. Steinbach added the comment:
Thanks for explaining that.
However, the first bug I ever reported was #7681, "Use floor division in
appropiate places in the wave module.", fixed in 3.1.2.
And the tracker search does not find this bug by id.
Nor does it find it by specifying
New submission from Alf P. Steinbach :
CPython 3.1.1 in Windows XP.
Traceback (most recent call last):
File "C:\Documents and Settings\Alf\sound\error.py", line 6, in
writer.setframerate( framerate )
NameError: name 'framerate' is not defined
Exception wave.Error:
Changes by Alf P. Steinbach :
Removed file: http://bugs.python.org/file15834/error.py
___
Python tracker
<http://bugs.python.org/issue7681>
___
___
Python-bugs-list mailin
Alf P. Steinbach added the comment:
Sorry, here's correct error message:
Traceback (most recent call last):
File "C:\Documents and Settings\Alf\sound\error.py", line 8, in
writer.writeframes( b"\0"*2*4 )
File "C:\Program Files\cpython\python31\lib\wave
Alf P. Steinbach added the comment:
No, sorry, the bugs in [wave.py] have nothing to do with a name IN A COMMENT in
the trivial code to exercise the bugs.
To reproduce the crash, just run the supplied code with Python 3.1.1 in Windows
XP.
The cause of the crash is, as I pointed out, use of