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

Running the new build I get this debugging message. #1881

Closed richardgobeli closed 5 months ago

richardgobeli commented 5 months ago

image

This is the build I used. image

gunterkoenigsmann commented 5 months ago

Hmmm... ...seems like I change the checkmark of an item with no corresponding entry in the menu I try to change it in. Can you get any hint on which menu that happens with or where that is triggered from?

ReneSci commented 5 months ago

I get the same message - right at start-up of wxMaxima even before attempting to do anything: image

ReneSci commented 5 months ago

After pressing "Continue" twice, one can edit the worksheet (inclusive copy/paste) BUT when I press "SHIFT" + "ENTER" to evaluate an expression, the error message appears again twice:

image

gunterkoenigsmann commented 5 months ago

Hmm... ...since I cannot reproduce this on linux and I found the bug in the only system specific piece of menu code I believe to have resolved the issue now. If not - can any of you produce a symbolic backtrace? Else I will try to review all menu check commands as soon as I can.

richardgobeli commented 5 months ago

I keep forgeting how to run the gdb from Cygwin64 terminal. I will need to write a document this next time and save it.

For me, I get the error after entering 2+2;

This is from last night's build og 1/11/2024. image

richardgobeli commented 5 months ago

I keep getting this error in the gdb debugger. image

richardgobeli commented 5 months ago

This is the backtrace I get after executing the stop command in the wxmaxima debug box. image

richardgobeli commented 5 months ago

This does work now. It only crashed the first time I started It probably needed to run at least one time to fix the bug in the settings.

Thanks.