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 mc128k
Recipients mc128k, ronaldoussoren, serhiy.storchaka
Date 2014-10-06.16:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412611417.97.0.414262962741.issue22566@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-10-06 16:03:38mc128ksetrecipients: + mc128k, ronaldoussoren, serhiy.storchaka
2014-10-06 16:03:37mc128ksetmessageid: <1412611417.97.0.414262962741.issue22566@psf.upfronthosting.co.za>
2014-10-06 16:03:37mc128klinkissue22566 messages
2014-10-06 16:03:37mc128kcreate