[issue1621111] IDLE crashes on OS X 10.4 when "Preferences" selected

Kurt B. Kaiser report at bugs.python.org
Wed Apr 1 19:30:22 CEST 2009


Kurt B. Kaiser <kbk at shore.net> added the comment:

Status should not be pending unless issue is assigned and a resolution 
is in progress.  Issue only reported on 2.5 as far as I can tell, let's 
see if it gets reported again for a later version of Python/Tk.  We 
appear to have a workaround for Windows, at least - remove config-
main.cfg and let IDLE recreate it.  Note that IDLE can't 'crash', it's 
pure Python - any crash would be in Python or Tcl/Tk. However, IDLE can 
raise an exception and exit.  If it's an IDLE failure, the traceback 
will be written to the console, so you have to start IDLE from the 
console to see it.

Also, it does sound like the Mac and XP issues are separate problems, 
so please reopen this bug and include a traceback if the failure is seen 
again.

----------
assignee:  -> kbk
nosy: +kbk
priority: low -> normal
resolution:  -> postponed
status: pending -> closed
type: behavior -> crash
versions: +Python 2.5 -Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1621111>
_______________________________________


More information about the Python-bugs-list mailing list