-
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
Request: On Windows, kill sbcl when quitting wxmaxima #1922
Comments
(%o1) build_info(version="branch_5_47_base_1182_gdc9d6aaaf",timestamp="2024-05-27 23:51:21",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="2.4.4",maxima_userdir="C:/Users/xx/maxima",maxima_tempdir="C:/Users/xxxx/AppData/Local/Temp",maxima_objdir="C:/Users/xxx/maxima/binary/branch_5_47_base_1182_gdc9d6aaaf/sbcl/2_4_4",maxima_frontend="wxMaxima",maxima_frontend_version="24.05.0_DevelopmentSnapshot_MSW") |
Actually maxima should automatically close when we close our connection to maxima. If it doesn't that should be a maxima bug. But I found one more way to kill maxima. Let's hope that that one helps. ...and a question to all MS windows testers: Does the maxima process just not stop hang around when maxima closes or does it use 100% of a CPU? Background: There once was a bug that caused maxima output a message on closing, which, if that closing message was caused by wxMaxima closing the connection caused an error message that, since the connection was still closed caused another error message which... |
For gnuplot currently no attempt is made for killing it. Should wxMaxima try to kill gnuplot on closing? |
I would guess so. Normal users, which dosen't use software such as "Process Explorer", will never realize that gnuplot is left behind on their machine taking up memory etc. |
The What I have changed a few months ago is that I told the wxProcess associated with every program wxMaxima starts to
...process Management on Linux, Android and Mac Os seems to be so much easier than on MS Windows - which I currently have no access to: Too old a processor and too little RAM even for emulating a Windows PC. |
After quitting wxmaxima, the process sbcl is still running on Windows.
Files that were opened with the process cannot be renamed or deleted.
It would be nice if sbcl is quitted together with wxmaxima.
Also, does restarting maxima start another instance of sbcl?
In this case the previous sbcl task could also be canceled.
I often find multiple instances of sbcl running on Windows 10.
Thank you!
Matthias
The text was updated successfully, but these errors were encountered: