-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Unhandled c++ exception in keytar native module #111288
Comments
Still an issue with keytar module, will have to use the debug version of the module to get a better idea. Unable to repro locally after many runs.
|
Minimal repro https://gist.github.com/deepak1556/bcfb70eb4ad93e6e738a99772f145498 based on suggestion from @alexdima . Steps:
So the issue is exactly what we thought, aync work being processed after the node env was torn down and the exception thrown by napi wrapper is not handled.
|
#116852 adds a |
Upstream issue is now addressed via nodejs/node-addon-api#975 , will try to verify in debt week. |
Core dumps: https://dev.azure.com/monacotools/Monaco/_build/results?buildId=95173&view=artifacts&type=publishedArtifacts
I think this maybe related to E11 update.
https://dev.azure.com/monacotools/Monaco/_build/results?buildId=95173&view=logs&j=4d2898ab-dfbe-557e-92e7-aaac158fdd2f&t=3faa2547-c2d2-5af5-4600-d9064458110f&l=500
The text was updated successfully, but these errors were encountered: