-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Segmentation fault with MessageBox and FileDialog in the same script #99700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The crash happens somewhere in Tk (see stack trace below), this might be a bug in the Tk library itself. See also #93042. Stack trace from crash log
|
I can reproduce this issue under Python’s bundled Tcl/Tk 8.6.12. Using LLDB to jump over the |
Sorry, the crash is still possible in Tk Aqua 8.6.13. The change I mentioned does seem to prevent the crash, but it does not eliminate it completely. |
The crash is still possible with Python 3.11.4 |
Bug report
Output received :
after the execution of the filedialog.
test_dialogue.py file content :
Each segment work well independantly.
Environment
Python 3.11.0
MAC OS Monrterey 12.6.1
MacBook Pro (13-inch, 2016, Four Thunderbolt 3 Ports)
The text was updated successfully, but these errors were encountered: