-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
process.stdout may memleak if write file failed. #47948
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
killagu
added a commit
to killagu/node
that referenced
this issue
May 10, 2023
killagu
added a commit
to killagu/node
that referenced
this issue
May 10, 2023
killagu
added a commit
to killagu/node
that referenced
this issue
May 10, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
May 11, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
May 11, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
May 14, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
May 14, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
Jun 26, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
Jun 26, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948
killagu
added a commit
to killagu/node
that referenced
this issue
Jun 26, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948 Signed-off-by: killagu <killa123@126.com>
Ceres6
pushed a commit
to Ceres6/node
that referenced
this issue
Aug 14, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948 Signed-off-by: killagu <killa123@126.com> PR-URL: nodejs#47949 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Ceres6
pushed a commit
to Ceres6/node
that referenced
this issue
Aug 14, 2023
Catch SyncWriteStream write file error. Fixes: nodejs#47948 Signed-off-by: killagu <killa123@126.com> PR-URL: nodejs#47949 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Version
Platform
Linux::5.15.49-linuxkit
Subsystem
fs
What steps will reproduce the bug?
Create a container with disk size is 1m.
Create a file named test.js.
Run it and rotate stdout to a file in the tmpfs.
node test.js > /run/test.log
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
It's the memory leak.
Additional information
No response
The text was updated successfully, but these errors were encountered: