fs.write
results in an abort on v10.x
#38092
Labels
fs
Issues and PRs related to the fs subsystem / file system.
fs.write
results in an abort on v10.x
#38092
What steps will reproduce the bug?
Setup a node instance,
and run the following javascript code.
Then the node instance occurs an abort.
How often does it reproduce? Is there a required condition?
In my practice, this abort can be reproduced only on v10.x but not on v12.x and v14.x. This abort can always be triggered following the steps above.
What is the expected behavior?
If any error occurs, an exception or other similar error-reporting stuff should be thrown. There is no reason to abort the whole node process.
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: