[Scilab-users] How to list the content of the recursion stack?

Samuel Gougeon sgougeon at free.fr
Tue May 4 15:00:55 CEST 2021


Dear all,

When we get a Recursion limit reached (1000) message, does anyone know 
how to know more about which recursive calls are filling and overflowing 
the recursion stack?

Noticeably, the message does not tell anything about the last 
instruction that yielded the error.
This makes debugging quite hard.

Using debug() to follow 1000 nested calls is just not possible.
The debug page says "launch execution with stop on error". But then, in 
debug mode,  "e whereami" does not display anything, as in normal mode.

Thanks
Regards
Samuel




More information about the users mailing list