long-stack-traces icon indicating copy to clipboard operation
long-stack-traces copied to clipboard

Add option to limit stacktrace

Open akidee opened this issue 13 years ago • 1 comments

Using code with process.nextTick() loops (sometimes necessary) will produce a huge stacktrace and additionally lead to a memory leak.

akidee avatar Jul 05 '11 17:07 akidee

I had a recursive function that recursed 1000+ times and it threw out of memory error. I know you know it sa limitation (its basically the example you give in your todo) but just wanted to add my vote to limiting the stack trace :)

aarsilv avatar Feb 09 '12 05:02 aarsilv