[issue2841] Windows: "Runtime Error!" crash from pythonw.exe (3.0a5)

Amaury Forgeot d'Arc report at bugs.python.org
Tue May 13 10:20:19 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The 0x40000015 code and the message you get are typical of a call to
abort().

Ideed, I can reproduce the problem on windows 2000:
- start IDLE
- menu "File / New Window"
- close both windows

When running with python_d.exe, I see the message:
    Tk_Get3DBorderFromObj called with non-existent border!
which appears in a call to a panic() function in 
    tk8.4.16/generic/tk3d.c

----------
nosy: +amaury.forgeotdarc

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2841>
__________________________________


More information about the Python-bugs-list mailing list