-
Notifications
You must be signed in to change notification settings - Fork 103
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
wxmaxima freezes running test suite #1756
Comments
Thanks for the report. |
I tried the whole thing using a maxima that was compiles with SBCL and with both maxima and wxMaxima from the current git HEAD. In that case wxMaxima is busy for hours layouting all the math maxima produces. But it eventually finishes without any XML error, works fine afterwards, but still requires half of a CPU on my system. I guess I do want to profile this once the current bugs are resolved. My maxima-ECL won't start currently, and |
The following code from the testsuite seems problematic:
This results in the following XML (as seen in the XML monitor):
Which of course is not valid XML, the "tag" This is found by the following code: |
Seems we lack a |
On my computer I get XML that didn't trigger the bug, which means that I cannot test it; In order to make an incemental build use the new wxMathml.lisp one needs to touch CMakelists.txt first.
Yesterday's release should allow the user interface more often to send signals even when wxMaxima is busy - and nearly all of the XML bugs I found have been resolved in the meantime => I would say that bug report has greatly improved the quality of wxMaxima. Let's hope I managed to resolve the actual issue, as well. |
Still happening in wxmaxima 23.04.1. Wxmaxima is still using 100% cpu. |
Wxmaxima freezes for run_testsuite(display_all = true) , the top command shows that wxmaxima is consuming 100% cpu (in addition to 100% from sbcl)
then at problem 80 (line 232), it looks like it just quits. Top doesn't show any cpu activity even though wxmaxima is still running (just that the test session is killed apparently)
Run_testsuite() without display works fine and all the cpu consumption is from sbcl, wxmaxima is taking up less than 1%.
run_testsuite(display_all = true) works without issue in xmaxima, so it is not a maxima issue.
OS Ubuntu 22.04, wxmaxima 23.02.0, maxima 5.45.1
The text was updated successfully, but these errors were encountered: