-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
wx segfault #11582
Copy link
Copy link
Closed
Labels
GUI: wxRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
Description
Metadata
Metadata
Assignees
Labels
GUI: wxRelease criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following script (opening two figures, and triggering a figure quit via the keyboard shortcut on a timer 1 second after the second figure is drawn) segfaults when used with the wx{,agg} backend. It works as expected (closing the second figure after 1s) e.g. other backends.
Interestingly, commenting out the first
plt.figure()(which seemingly plays no role...) removes the segfault.Noted while working on the tests for #11581.
Matplotlib master on Py3.6/Arch Linux.