Uh oh!
There was an error while loading. Please reload this page.
fix: callback with error if SyncWriteStream writeSync failed - #47949
Conversation
Uh oh!
There was an error while loading. Please reload this page.
General observation: the way functionagain(){stream._write(buf,'utf8',again);// RangeError: Maximum call stack size exceeded }edit: oh nevermind, this is |
3726f80 to
7c8c81fComparenodejs-github-bot
commented
May 12, 2023
c38701c to
eff6f0fComparekillagu
commented
May 23, 2023
ping @bnoordhuis |
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Jun 21, 2023
nodejs-github-bot
commented
Jun 21, 2023
nodejs-github-bot
commented
Jun 21, 2023
lpinca
commented
Jun 21, 2023
Some failures on Windows seems related. @killagu can you take a look? |
killagu
commented
Jun 21, 2023
Of course. |
killagu
commented
Jun 25, 2023
Sorry, I'm still looking for a suitable Windows machine to run Node.js compilation and testing. I will provide an update once there is progress. |
killagu
commented
Jun 26, 2023
@lpinca I've identified the cause. On the Windows platform, it requires manual release of the fd; otherwise, it will block the process from cleaning up the temporary directory upon exiting. Could you please trigger the CI again? Thank you. |
nodejs-github-bot
commented
Jun 26, 2023
killagu
commented
Jun 26, 2023
😅 Force push let the ci down |
nodejs-github-bot
commented
Jun 26, 2023
Uh oh!
There was an error while loading. Please reload this page.
lpinca
commented
Jun 26, 2023
Also one final request. Can you please change the commit message to something like this? Thank you. |
Catch SyncWriteStream write file error. Fixes: nodejs#47948 Signed-off-by: killagu <killa123@126.com>
It's updated. Thanks very much for review and lots of help. |
nodejs-github-bot
commented
Jun 26, 2023
nodejs-github-bot
commented
Jun 26, 2023
Landed in 32eb492 |
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>
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>
Fixes: #47948