-
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
local fatal error for test/js-native-api/test_object/test.js #38040
Comments
|
@nodejs/node-api |
This may be an indication that V8 is not removing the weak callback once queued, even though we are calling |
This may be related: #38000 |
@targos it will be helpful to share the node version that you are testing against. thanks! @gabrielschulhof the tricky thing is that the |
@legendecas I'm testing with the master branch. |
Saw it crash in a GitHub workflow too: https://github.com/nodejs/node/runs/2338974533 |
The GitHub Actions build-tarball workflow has been consistently failing due to this test crashing after 78343bb / #37263: https://github.com/nodejs/node/actions/workflows/build-tarball.yml?query=branch%3Amaster |
It looks like #38250 may fix this. |
PR-URL: #38250 Fixes: #38040 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #38250 Fixes: #38040 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: nodejs#38250 Fixes: nodejs#38040 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #38250 Backport-PR-URL: #42512 Fixes: #38040 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Platform: macOS arm64
I don't know when it started exactly.
Sometimes it fails with this abort, other times with a segmentation fault.
The text was updated successfully, but these errors were encountered: