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 alfps
Recipients alfps
Date 2010-04-16.13:47:18
SpamBayes Score 6.1361095e-07
Marked as misclassified No
Message-id <1271425642.06.0.059153749397.issue8418@psf.upfronthosting.co.za>
In-reply-to
Content
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. :-)
History
Date User Action Args
2010-04-16 13:47:22alfpssetrecipients: + alfps
2010-04-16 13:47:22alfpssetmessageid: <1271425642.06.0.059153749397.issue8418@psf.upfronthosting.co.za>
2010-04-16 13:47:20alfpslinkissue8418 messages
2010-04-16 13:47:19alfpscreate