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

console.log is leaking memory (?) #6638

Closed
gajus opened this issue May 8, 2016 · 1 comment
Closed

console.log is leaking memory (?) #6638

gajus opened this issue May 8, 2016 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. memory Issues and PRs related to the memory management or memory footprint.

Comments

@gajus
Copy link

gajus commented May 8, 2016

$ uname -a
Darwin opportunity 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
$ node -v
v6.1.0

Node execution freezes when using console.log.

To replicate:

node -e 'let index = 0; while (true) { console.log(++index); }'

Result:

1
2
3
...
4327
4328
4329
4330

and it freezes here. The end number varies between executions.

@gajus
Copy link
Author

gajus commented May 8, 2016

Duplicate of #3524 (comment)

@gajus gajus closed this as completed May 8, 2016
@ChALkeR ChALkeR added duplicate Issues and PRs that are duplicates of other issues or PRs. memory Issues and PRs related to the memory management or memory footprint. labels May 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. memory Issues and PRs related to the memory management or memory footprint.
Projects
None yet
Development

No branches or pull requests

2 participants