-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Hello,
I ran into issues when Maxima did not give back a result in reasonable time.
This happened multiple times and I repeatedly restarted Maxima using the button "Completely stop Maxima and restart it".
Eventually I saw a black screen, but it recovered. I use Windows 10.
The task manager revealed that wxMaxima had accumulated the following processes:
1 wxMaxima
5 gnuplot.exe
11 sbcl.exe
6 Console Window Host
11 Windows Command Processor
A simple test in a new wxMaxima session where gnuplot was not involved showed that the interruption of a still calculating Maxima simply added
1 Console Window Host
1 sbcl.exe
1 Windows Command Processor
But the previous processes were not killed.
Pressing the restart button for Maxima should kill the running processes and restart them.
But this seems not to work on Windows when Maxima is still calculating.