[issue22566] International keyboard makes IDLE crash on OSX

Mc128k report at bugs.python.org
Mon Oct 6 18:03:37 CEST 2014


Mc128k added the comment:

2014-10-06 18:01:38.139 Python[13297:1294014] An uncaught exception was raised
2014-10-06 18:01:38.139 Python[13297:1294014] -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds
2014-10-06 18:01:38.139 Python[13297:1294014] (
	0   CoreFoundation                      0x00007fff89f3e64c __exceptionPreprocess + 172
	1   libobjc.A.dylib                     0x00007fff8c8e56de objc_exception_throw + 43
	2   CoreFoundation                      0x00007fff89f3e4fd +[NSException raise:format:] + 205
	3   CoreFoundation                      0x00007fff89e12c46 -[__NSCFString characterAtIndex:] + 102
	4   Tk                                  0x000000010243d5a8 TkpInitKeymapInfo + 751
	5   Tk                                  0x000000010244360b Tk_MacOSXSetupTkNotifier + 880
	6   Tcl                                 0x000000010231849c Tcl_DoOneEvent + 316
	7   _tkinter.so                         0x0000000102290831 Tkapp_MainLoop + 177
	8   Python                              0x00000001000e542b PyEval_EvalFrameEx + 31291
	9   Python                              0x00000001000e665d PyEval_EvalCodeEx + 2349
	10  Python                              0x00000001000e51f7 PyEval_EvalFrameEx + 30727
	11  Python                              0x00000001000e665d PyEval_EvalCodeEx + 2349
	12  Python                              0x00000001000e671f PyEval_EvalCode + 63
	13  Python                              0x00000001001111e7 PyRun_StringFlags + 183
	14  Python                              0x0000000100111271 PyRun_SimpleStringFlags + 65
	15  Python                              0x0000000100127e55 Py_Main + 1445
	16  Python                              0x0000000100000e32 Python + 3634
	17  Python                              0x0000000100000c84 Python + 3204
)
2014-10-06 18:01:38.140 Python[13297:1294014] *** Terminating app due to uncaught exception 'NSRangeException', reason: '-[__NSCFConstantString characterAtIndex:]: Range or index out of bounds'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff89f3e64c __exceptionPreprocess + 172
	1   libobjc.A.dylib                     0x00007fff8c8e56de objc_exception_throw + 43
	2   CoreFoundation                      0x00007fff89f3e4fd +[NSException raise:format:] + 205
	3   CoreFoundation                      0x00007fff89e12c46 -[__NSCFString characterAtIndex:] + 102
	4   Tk                                  0x000000010243d5a8 TkpInitKeymapInfo + 751
	5   Tk                                  0x000000010244360b Tk_MacOSXSetupTkNotifier + 880
	6   Tcl                                 0x000000010231849c Tcl_DoOneEvent + 316
	7   _tkinter.so                         0x0000000102290831 Tkapp_MainLoop + 177
	8   Python                              0x00000001000e542b PyEval_EvalFrameEx + 31291
	9   Python                              0x00000001000e665d PyEval_EvalCodeEx + 2349
	10  Python                              0x00000001000e51f7 PyEval_EvalFrameEx + 30727
	11  Python                              0x00000001000e665d PyEval_EvalCodeEx + 2349
	12  Python                              0x00000001000e671f PyEval_EvalCode + 63
	13  Python                              0x00000001001111e7 PyRun_StringFlags + 183
	14  Python                              0x0000000100111271 PyRun_SimpleStringFlags + 65
	15  Python                              0x0000000100127e55 Py_Main + 1445
	16  Python                              0x0000000100000e32 Python + 3634
	17  Python                              0x0000000100000c84 Python + 3204
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Abort trap: 6

----------

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


More information about the Python-bugs-list mailing list