But it shouldn't crash sage. Why is
Condition of type: SIMPLE-CONDITION
Undefined limit product $MINF * $ZEROA in lim-times
not caught?
Actually, on my computer, ubuntu 24.04,
sage: maxima.version()
'5.47.0'
sage: maxima_calculus("limit(x^(1/sqrt(x)), x, 0);")
Condition of type: SIMPLE-CONDITION
Undefined limit product $MINF * $ZEROA in lim-times
Available restarts:
1. (CONTINUE) Return from BREAK.
Top level.
> :exit
ends in a segfault, whereas I have
sage: maxima_calculus("limit(x^(1/x), x, 0);")
;;;
;;; Detected access to protected memory, also known as 'bus or segmentation fault'.
;;; Jumping to the outermost toplevel prompt
;;;
with the last message repeating forever.
Martin