Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to limit stacktrace #7

Open
akidee opened this issue Jul 5, 2011 · 1 comment
Open

Add option to limit stacktrace #7

akidee opened this issue Jul 5, 2011 · 1 comment

Comments

@akidee
Copy link

akidee commented Jul 5, 2011

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

@aarsilv
Copy link

aarsilv commented Feb 9, 2012

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants