-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
'ctrl-w' keybinding in wx causes segfault #5354
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
Labels
Comments
I think this issue is related to #3316 |
Unfortunatly this still happens |
is this a dupe of #3690? |
Yes probably |
So can we close one? (or at the least label 'em dupes?) |
This looks like a dupe to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closing a wxagg figure window with 'ctrl-w' results in a segfault. Closing the window via pyplot (
plt.close('all')
) works correctly as does closing the window directly via the OS window manager.I suspect that somehow we are trying to clean up some c++ objects twice.
The text was updated successfully, but these errors were encountered: