wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
459 stars 96 forks source link

unit test failed #1903

Open beew opened 3 months ago

beew commented 3 months ago

Hi, compiled wxmaxima from source and run the unit test with make test, all tests passed but one

The following tests FAILED:
    180 - testbench_simple.wxmx (SEGFAULT)

The error log is attached. WxMaxima 24.02.2 , maxima 5.45.1 using SBCL 2.3.7. OS Ubuntu 22.0.4. Error log is attached.

Thanks. LastTest.log

gunterkoenigsmann commented 3 months ago

As far as I can see the program seems to crash on closing after having evaluated all the worksheet. If that is the case this might be #1898 , but only with a single window.

Do you have any means to get a backtrace of this crash?

beew commented 3 months ago

Yes, there is a popup window that says "testbench_simple.wxmx has changed , do you want to save it" something like that. There are three options: save, cancel and no. Crashes after clicking anyone. Before the pop up it was running ok.

I don't know how to backtrace and I have deleted the source folder after installation.