[issue22566] International keyboard makes IDLE crash on OSX
New submission from Mc128k: When using OSX 10.9 or 10.10 with the latest version of python, if I type ' or " with the international keyboard enabled (dead keys), the program crashes immediately. This can be reproduced in any occasion. -- messages: 228663 nosy: mc128k priority: normal severity: normal status: open title: International keyboard makes IDLE crash on OSX type: crash versions: Python 3.5 ___ Python tracker <http://bugs.python.org/issue22566> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22566] International keyboard makes IDLE crash on OSX
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 0x7fff89f3e64c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x7fff8c8e56de objc_exception_throw + 43 2 CoreFoundation 0x7fff89f3e4fd +[NSException raise:format:] + 205 3 CoreFoundation 0x7fff89e12c46 -[__NSCFString characterAtIndex:] + 102 4 Tk 0x00010243d5a8 TkpInitKeymapInfo + 751 5 Tk 0x00010244360b Tk_MacOSXSetupTkNotifier + 880 6 Tcl 0x00010231849c Tcl_DoOneEvent + 316 7 _tkinter.so 0x000102290831 Tkapp_MainLoop + 177 8 Python 0x0001000e542b PyEval_EvalFrameEx + 31291 9 Python 0x0001000e665d PyEval_EvalCodeEx + 2349 10 Python 0x0001000e51f7 PyEval_EvalFrameEx + 30727 11 Python 0x0001000e665d PyEval_EvalCodeEx + 2349 12 Python 0x0001000e671f PyEval_EvalCode + 63 13 Python 0x000100e7 PyRun_StringFlags + 183 14 Python 0x000100111271 PyRun_SimpleStringFlags + 65 15 Python 0x000100127e55 Py_Main + 1445 16 Python 0x00010e32 Python + 3634 17 Python 0x00010c84 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 0x7fff89f3e64c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x7fff8c8e56de objc_exception_throw + 43 2 CoreFoundation 0x7fff89f3e4fd +[NSException raise:format:] + 205 3 CoreFoundation 0x7fff89e12c46 -[__NSCFString characterAtIndex:] + 102 4 Tk 0x00010243d5a8 TkpInitKeymapInfo + 751 5 Tk 0x00010244360b Tk_MacOSXSetupTkNotifier + 880 6 Tcl 0x00010231849c Tcl_DoOneEvent + 316 7 _tkinter.so 0x000102290831 Tkapp_MainLoop + 177 8 Python 0x0001000e542b PyEval_EvalFrameEx + 31291 9 Python 0x0001000e665d PyEval_EvalCodeEx + 2349 10 Python 0x0001000e51f7 PyEval_EvalFrameEx + 30727 11 Python 0x0001000e665d PyEval_EvalCodeEx + 2349 12 Python 0x0001000e671f PyEval_EvalCode + 63 13 Python 0x000100e7 PyRun_StringFlags + 183 14 Python 0x000100111271 PyRun_SimpleStringFlags + 65 15 Python 0x000100127e55 Py_Main + 1445 16 Python 0x00010e32 Python + 3634 17 Python 0x00010c84 Python + 3204 ) libc++abi.dylib: terminating with uncaught exception of type NSException Abort trap: 6 -- ___ Python tracker <http://bugs.python.org/issue22566> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22566] International keyboard makes IDLE crash on OSX
Mc128k added the comment: Hi Thank you a lot for the help, installing ActiveTcl8.5.15.1.297588-macosx10.5-i386-x86_64-threaded solved the problem immediately. -- ___ Python tracker <http://bugs.python.org/issue22566> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22595] F5 shortcut key not working in IDLE for OSX
New submission from Mc128k: Hi I am using the latest version of python and IDLE, and when I edit a file and I press the key F5 it runs fine in the other window, while if I do it inside the IDLE command line it just prints the character (which cannot be seen in the browser here). Using the menu to run works fine. -- components: IDLE files: Screenshot 2014-10-10 09.56.46.png messages: 228962 nosy: mc128k priority: normal severity: normal status: open title: F5 shortcut key not working in IDLE for OSX type: behavior versions: Python 3.5 Added file: http://bugs.python.org/file36859/Screenshot 2014-10-10 09.56.46.png ___ Python tracker <http://bugs.python.org/issue22595> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue22595] F5 shortcut key not working in IDLE for OSX
Mc128k added the comment: I'm sorry, the menu confused me. the command line has no such menu, it was showing the editor menu with the IDLE window on top. False alarm. -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/issue22595> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com