-
Notifications
You must be signed in to change notification settings - Fork 19
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
Memory leak of sorts #35
Comments
Unless |
You can try the above code, it leaks for me. Error.stackTraceLimit = 10, the default |
@foray1010 I've fixed that memory leak in PR #40 |
Still leaking, because this PR wasn't merged. This project seems to be dead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, infinitely recursing
setTimeout
calls will increase the memory usage forever.Reproduction code: (node 8.9.1)
I don't suppose there's a way for
trace
to limit its memory usage? I understand that I'm essentially creating an infinitely long stack trace, but this code does work without trace enabled.The text was updated successfully, but these errors were encountered: