Closed
Description
🐛 Bug Report
I've ran into this twice now while upgrade some projects. Here's some examples on Jest 26:
Beemo:
- Segfault: https://github.com/beemojs/beemo/runs/2751750475?check_suite_focus=true
- Build passes when I remove the options: https://github.com/beemojs/beemo/runs/2751795949?check_suite_focus=true
Boost:
- Open PR with a current segfault: deps: Audit 06/2021 milesj/boost#150
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 run npx jest --detectOpenHandles
.
Expected behavior
Doesnt segfault.
Link to repl or repo (highly encouraged)
- deps: Audit 06/2021 milesj/boost#150
- deps(jest): Update to v27. beemojs/beemo#137
- style: Switch to tabs from spaces. milesj/packemon#66
envinfo
System:
OS: macOS 11.2.3
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Binaries:
Node: 16.3.0 - ~/.nvm/versions/node/v16.3.0/bin/node
Yarn: 1.22.10 - ~/.nvm/versions/node/v16.3.0/bin/yarn
npm: 7.15.1 - ~/.nvm/versions/node/v16.3.0/bin/npm