-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Node v16 segfault on Jest 26/27 when using --detectOpenHandles #11533
Comments
+1 |
Prooobably nodejs/node#39019, fix should come in 16.4.0 (nodejs/node#39031) |
Ok cool. At least I wasn't going crazy thinking it was my setup :P |
@milesj 16.4.0 is out, could you test? |
@SimenB Yup seemed to fix it locally, will close. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
I've ran into this twice now while upgrade some projects. Here's some examples on Jest 26:
Beemo:
Boost:
This also fails on Jest 27, example PR here: beemojs/beemo#137
To Reproduce
Clone and checkout this branch: milesj/boost#150 Setup with
yarn install && yarn global add packemon && yarn run build
.Run
yarn test
on Node 16 to trigger the segfault. Can also runnpx jest --detectOpenHandles
.Expected behavior
Doesnt segfault.
Link to repl or repo (highly encouraged)
envinfo
The text was updated successfully, but these errors were encountered: