-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
The embedded Node.js example leads to a crash #42670
Comments
mmomtchev
added a commit
to mmomtchev/node
that referenced
this issue
Apr 9, 2022
vmoroz
pushed a commit
to vmoroz/node
that referenced
this issue
Apr 13, 2022
Refs: nodejs#42670 PR-URL: nodejs#42671 Fixes: nodejs#42670 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
xtx1130
pushed a commit
to xtx1130/node
that referenced
this issue
Apr 25, 2022
Refs: nodejs#42670 PR-URL: nodejs#42671 Fixes: nodejs#42670 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Oct 10, 2022
Refs: #42670 PR-URL: nodejs/node#42671 Fixes: nodejs/node#42670 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
18.x
Platform
Linux
Subsystem
Embedded Node
What steps will reproduce the bug?
Compile and run the example from https://github.com/nodejs/node/blob/master/doc/api/embedding.md
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
A working example
What do you see instead?
Additional information
A handle scope is missing
The text was updated successfully, but these errors were encountered: