-
Notifications
You must be signed in to change notification settings - Fork 102
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 on closing the first of two windows if --single_process is active #1889
Comments
|
Another bisect blames a8deb78 - which meant changes in Maxima.cpp - which actually really sends events to wxMaxima and which is called in the window's destructor. If we should unsubscribe to maxima's signals before closing maxima? |
Found something that acknowledges my suspicion that this commit was a red herring and that the problem merely has gone worse when wxMaxima has grown faster: If I comment all our |
Disabling all sidebars didn't stop this issue from occurring. ...and it seems like a wxProcess on closing seems to send the message that crashes the program - but only if wxMaxima is closed early enough to trigger the problem. |
The crash only happens if the application is closed shortly after start-up and valgrind tells:
|
We only have very few child processes:
Should be very easy. But somehow I still don't find out how to get rid of this problem. |
Resolved with 287ca62. |
I believe that is the error we had for years, but now we trigger it reliably. Seems to be the following:
The text was updated successfully, but these errors were encountered: