You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux u24vm 6.8.0-50-generic #51-Ubuntu SMP PREEMPT_DYNAMIC Sat Nov 9 17:58:29 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
zlib
What steps will reproduce the bug?
Setup a node instance,
» node
and run the following javascript code.
zlib.createGzip()._transform("");
Then an abort occurs.
I reported a similar issue three years ago #37884.
Unfortunately, I found the problem is still there.
Feel free to close the two issues if you think the problem is not necessary to fix.
How often does it reproduce? Is there a required condition?
This abort can always be triggered following the steps above.
What is the expected behavior? Why is that 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.
Version
v22.11.0
Platform
Subsystem
zlib
What steps will reproduce the bug?
Setup a node instance,
and run the following javascript code.
Then an abort occurs.
I reported a similar issue three years ago #37884.
Unfortunately, I found the problem is still there.
Feel free to close the two issues if you think the problem is not necessary to fix.
How often does it reproduce? Is there a required condition?
This abort can always be triggered following the steps above.
What is the expected behavior? Why is that 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
No response
The text was updated successfully, but these errors were encountered: