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

Clément David Clement.David at esi-group.com
Thu May 6 09:23:44 CEST 2021


Hello Samuel,

If I remember correctly, this message comes without any information as this is a regular Scilab error and should be trap through debug(). However on the latest Scilab dev build it seems to crash my Scilab. Could you post a bug on that please ?

Thanks,

Clément 

-----Original Message-----
From: users <users-bounces at lists.scilab.org> On Behalf Of Samuel Gougeon
Sent: Tuesday, May 4, 2021 3:01 PM
To: International users mailing list for Scilab. <users at lists.scilab.org>
Subject: [Scilab-users] How to list the content of the recursion stack?

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

_______________________________________________
users mailing list
users at lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


More information about the users mailing list