-
Notifications
You must be signed in to change notification settings - Fork 1.2k
consistent signal 11 during application close #11
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
Hm, interesting :) To be sure, this is on an unmodified |
yes it is. |
I confirm same behavior on example minimal.cpp.
|
This is due to some unknown conflicts between Qt-based backend and matplotlib-cpp. An easy solution is to replace the backend with GTK3Agg by setting an environment variable: export MPLBACKEND=GTK3Agg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi,
i am seeing the following crash (consistently) during Py_Finalize. here is the back-trace
'basic' here is examples/basic.cpp
here are some environment details:
of course, removing the Py_Finalize from the destructor 'solves' the problem, but that is cheating :)
The text was updated successfully, but these errors were encountered: