FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v8.x backport] child_process: fix memory leak in .fork() by bnoordhuis · Pull Request #16586 · nodejs/node · GitHub

/ node Public

[v8.x backport] child_process: fix memory leak in .fork() - #16586

Closed
bnoordhuis wants to merge 1 commit into
nodejs:v8.x-stagingfrom
bnoordhuis:backport-pr15679-v8.x
Closed

[v8.x backport] child_process: fix memory leak in .fork()#16586
bnoordhuis wants to merge 1 commit into
nodejs:v8.x-stagingfrom
bnoordhuis:backport-pr15679-v8.x

Conversation

bnoordhuis commented Oct 29, 2017
edited
Loading

Copy link
Copy Markdown
Member

Entries in the `net.Server#_slaves` array that is used to track handles
sent from the master to workers were not deleted when a worker exited,
resulting in a slow but inexorable memory leak.

PR-URL: nodejs#15679
Fixes: nodejs#15651
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
nodejs-github-bot added net Issues and PRs related to the net subsystem. v8.x labels Oct 29, 2017
gibfahn force-pushed the v8.x-staging branch 5 times, most recently from b183192 to fc8acc8 Compare October 30, 2017 21:42
gibfahn pushed a commit that referenced this pull request Oct 30, 2017
Entries in the `net.Server#_slaves` array that is used to track handles
sent from the master to workers were not deleted when a worker exited,
resulting in a slow but inexorable memory leak.

PR-URL: #15679
Backport-PR-URL: #16586
Fixes: #15651
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
gibfahn pushed a commit that referenced this pull request Oct 31, 2017
Entries in the `net.Server#_slaves` array that is used to track handles
sent from the master to workers were not deleted when a worker exited,
resulting in a slow but inexorable memory leak.

PR-URL: #15679
Backport-PR-URL: #16586
Fixes: #15651
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

gibfahn commented Oct 31, 2017
edited
Loading

Copy link
Copy Markdown
Member

Landed in 9bea207

gibfahn closed this Oct 31, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

net Issues and PRs related to the net subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL