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 David.Pietz
Recipients David.Pietz, ned.deily, r.david.murray
Date 2012-09-03.05:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346648530.88.0.0561118150798.issue15853@psf.upfronthosting.co.za>
In-reply-to
Content
r.david.murray- Thank You for your inquiry.
My recipe for this crash is (1) simply to start IDLE 3.2.3 in either Snow Leopard or Mountain Lion (2) click on the Bold "IDLE" menu in the menu bar and (3) click on menu item "preferences". At this point a dialog called "Problem Report for IDLE" appears with gobs of technical data details below a message "IDLE quit unexpectedly".  I copied what I thought might be most specific.  (The suggested 'click to reopen' does not work) 
I hope this data from the details section is informative even if it is not the only exception type or code I have seen related to IDLE in similar conditions:

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000024

VM Regions Near 0x24:
--> 
    __TEXT                 0000000100000000-0000000100001000 [    4K] r-x/rwx SM=COW  /Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python

Application Specific Information:
Performing @selector(preferences:) from sender NSMenuItem 0x101b46a90
History
Date User Action Args
2012-09-03 05:02:10David.Pietzsetrecipients: + David.Pietz, ned.deily, r.david.murray
2012-09-03 05:02:10David.Pietzsetmessageid: <1346648530.88.0.0561118150798.issue15853@psf.upfronthosting.co.za>
2012-09-03 05:02:10David.Pietzlinkissue15853 messages
2012-09-03 05:02:10David.Pietzcreate