Closed milesj closed 3 years ago
+1
Prooobably https://github.com/nodejs/node/issues/39019, fix should come in 16.4.0 (https://github.com/nodejs/node/pull/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. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 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: https://github.com/beemojs/beemo/pull/137
To Reproduce
Clone and checkout this branch: https://github.com/milesj/boost/pull/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