This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, terry.reedy
Date 2008-05-13.08:19:18
SpamBayes Score 0.0038454118
Marked as misclassified No
Message-id <1210666806.77.0.787480244758.issue2841@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-05-13 08:20:26amaury.forgeotdarcsetspambayes_score: 0.00384541 -> 0.0038454118
recipients: + amaury.forgeotdarc, terry.reedy
2008-05-13 08:20:19amaury.forgeotdarcsetspambayes_score: 0.00384541 -> 0.00384541
messageid: <1210666806.77.0.787480244758.issue2841@psf.upfronthosting.co.za>
2008-05-13 08:20:02amaury.forgeotdarclinkissue2841 messages
2008-05-13 08:19:48amaury.forgeotdarccreate