Skip to content

memory leaks of console.log #18013

Closed
Closed
@quanguizeng

Description

  • Version:
    8.9.3
  • Platform:
    win7
  • Subsystem:

for(var i = 0;;i++) {
console.log(i);
}

run this program,and the system memory that node.exe used will rise infinitely.it means that console.log has the problem of memory leaks.
thanks.

Metadata

Assignees

No one assigned

    Labels

    consoleIssues and PRs related to the console subsystem.duplicateIssues and PRs that are duplicates of other issues or PRs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions