-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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 13.2 segfaults running Jest's tests, 13.1 works #30730
Comments
This was referenced Nov 30, 2019
I'm seeing the same results, but also no segmentation fault when using |
If I did the bisect correctly, the problem is fixed on master in b7b39e0. |
Yep, seems like it: jestjs/jest#9244 (comment) I can also confirm that cherry picking just that commit onto the 13.2.0 tag fixes the issue, so I think we can close this. Thanks! |
is this fixed for node 12? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Darwin Simens-MacBook-Pro.local 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64
(note that this also happens on CI, which is running some Linux version)Upgrading to node 13.2 makes one of jest's test fail with a segfault. 13.1 runs fine. I don't get a stack trace, though, just this:
[1] 83292 segmentation fault node packages/jest/bin/jest.js
.To reproduce:
Note that it's this specific test that fails, other tests seem to run fine. I'm currently bisecting, but I'm on a somewhat limited machine, so it's slow going :)
The text was updated successfully, but these errors were encountered: