-
Notifications
You must be signed in to change notification settings - Fork 99
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
Crash after closing the last of multiple windows in --single-process mode #1898
Comments
The libraries my wxMaxima is linked with according to
|
Resolved with 8cea574 |
|
Tried a |
Today's backtrace reads:
|
|
Switching to
|
Fun fact: According to gdb wxMaxima creates exactly 2 Standard C++ streams in the teststep it sometimes crashes in. My guess would be: One for |
Ok... ...according to valgrind the memory corruption that can cause the crash
Seems like we can rule out quite a bit of things. |
Backtrace:
std::ios_base
is used for internal housekeeping of c++ streams: https://en.cppreference.com/w/cpp/io/ios_base/InitPossible reasons for this crash:
The text was updated successfully, but these errors were encountered: