-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
buffer.transcode
results in an abort
#38330
Labels
Comments
Ayase-252
added
buffer
Issues and PRs related to the buffer subsystem.
confirmed-bug
Issues with confirmed bugs.
labels
Apr 21, 2021
Reproduciable in v16.0.0 Note that using its replacement
|
Got a fix incoming |
jasnell
added a commit
to jasnell/node
that referenced
this issue
Apr 21, 2021
Signed-off-by: James M Snell <[email protected]> Fixes: nodejs#38330
targos
pushed a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: James M Snell <[email protected]> Fixes: #38330 PR-URL: #38331 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos
pushed a commit
that referenced
this issue
May 30, 2021
Signed-off-by: James M Snell <[email protected]> Fixes: #38330 PR-URL: #38331 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos
pushed a commit
that referenced
this issue
Jun 5, 2021
Signed-off-by: James M Snell <[email protected]> Fixes: #38330 PR-URL: #38331 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
targos
pushed a commit
that referenced
this issue
Jun 11, 2021
Signed-off-by: James M Snell <[email protected]> Fixes: #38330 PR-URL: #38331 Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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?
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: