I’m getting: *** - Program stack overflow. RESET running some lisp in the REPL. I have seen various suggestions on how to modify stack size but… how do I just find what function is causing the overflow?
I’m getting: *** – Program stack overflow. RESET running some lisp in the REPL.
Share
The only way is running under
gdband setting a break inSP_ueberand usingcall back_trace_out(0,0)when the breakpoint is reached.