[issue37833] tkinter crashes macOS in the latest macOS update 10.14.6
Ricardo Smits added the comment: Thanks! I was just looking how to send you all this info, so here it is: tkinter.TCL_VERSION: 8.6 tkinter.TK_VERSION: 8.6 tkinter.info_patchlevel: 8.6.8 $ python3.7 -c 'import _tkinter;print(_tkinter.__file__)' /anaconda3/envs/main/lib/python3.7/lib-dynload/_ tkinter.cpython-37m-darwin.so $ otool -L $(python3.7 -c 'import _tkinter;print(_tkinter.__file__)') /anaconda3/envs/main/lib/python3.7/lib-dynload/_ tkinter.cpython-37m-darwin.so: @rpath/libtcl8.6.dylib (compatibility version 8.6.0, current version 8.6.8) @rpath/libtk8.6.dylib (compatibility version 8.6.0, current version 8.6.8) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) -- ___ Python tracker <https://bugs.python.org/issue37833> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37833] tkinter crashes macOS in the latest macOS update 10.14.6
New submission from Ricardo Smits : tkVersion == 8.6 After the new update in macOS (10.14.6): In any python interpreter, when running tk.Tk() it makes macOS crash and logout giving the following error: $ CGSTrackingRegionSetIsEnabled returned CG error 268435459 $ HIToolbox: received notification of WindowServer event port death. -- components: macOS messages: 349472 nosy: ned.deily, ronaldoussoren, smits92 priority: normal severity: normal status: open title: tkinter crashes macOS in the latest macOS update 10.14.6 type: crash versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue37833> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue37833] tkinter crashes macOS in the latest macOS update 10.14.6
Ricardo Smits added the comment: I am on a Conda environment with Python 3.7.4 with the corresponding Tkinter 8.6 that came with it. I tried to use some apps I compiled with Pyinstaller and all of them caused this crash. So I tried line by line on the terminal (to cross out Pyinstaller as the problem) and "root = tk.Tk()" was where it crashed for me. Here are more people with the same issues: https://github.com/pyinstaller/pyinstaller/issues/4334 As Ronald said, most certainly it is a macOS bug, but I don't think they will bother to fix this when they are so close to their 10.15 release :/ On Mon, Aug 12, 2019 at 8:39 PM Ned Deily wrote: > > Ned Deily added the comment: > > Can you be more specific about the source of your Pythons and Tk 8.6 and > exactly what version it is? Tk through tkinter seems to work as expected > (and without a crash) when I try the current Python.org pythons with their > built-in Tk 8.6.6 or current MscPorts Pythons with their Tk 8.6.9 all > running on the latest released 10.14.6 with Supplemental Update on a > MacBook Pro. > > Ronald, are you able to reproduce this? > > -- > > ___ > Python tracker > <https://bugs.python.org/issue37833> > ___ > -- ___ Python tracker <https://bugs.python.org/issue37833> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com