Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
fix: callback with error if SyncWriteStream writeSync failed#47949
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
Uh oh!
There was an error while loading. Please reload this page.
bnoordhuis commented May 11, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
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 <[email protected]>
killagu commented Jun 26, 2023 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
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: #47948 Signed-off-by: killagu <[email protected]> PR-URL: #47949 Reviewed-By: Luigi Pinca <[email protected]>
Catch SyncWriteStream write file error. Fixes: nodejs#47948 Signed-off-by: killagu <[email protected]> PR-URL: nodejs#47949 Reviewed-By: Luigi Pinca <[email protected]>
Catch SyncWriteStream write file error. Fixes: nodejs#47948 Signed-off-by: killagu <[email protected]> PR-URL: nodejs#47949 Reviewed-By: Luigi Pinca <[email protected]>
Catch SyncWriteStream write file error. Fixes: #47948 Signed-off-by: killagu <[email protected]> PR-URL: #47949 Reviewed-By: Luigi Pinca <[email protected]>
Catch SyncWriteStream write file error. Fixes: #47948 Signed-off-by: killagu <[email protected]> PR-URL: #47949 Reviewed-By: Luigi Pinca <[email protected]>
Fixes: #47948