Good day,
I get a core dump with maxima 5.9.
(C21) limit(n^n /(n+1)^(n+1),n,100);
/usr/local/libexec/maxima/5.9.0/maxima-run-lisp: line 389: 3094 Abandon
(core dumped) "$1" $extra_args $load_arg -eval '(run)'
Expected result: any error message beside a core dump.
Question: any way to debug this? I don't know lisp, but it would be nice
to output a stacktrace.
(Disclaimer: I'm not whining.)