-
Notifications
You must be signed in to change notification settings - Fork 20
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
A jest worker process was terminated by another process #24
Comments
my test case:
|
hi @nfwyst did you ever figure it out? I have the same issue |
same issue here |
found this thread while researching the jest bug, but I think this is caused by jest itself |
+1. Critical error for a test framework. |
Have the same problem. |
Bump. OS logs ain't got anything. |
Same issue. |
same. |
same |
Same issue. |
Same issue |
|
Same issue.
This works fine: |
Same issue. |
1 similar comment
Same issue. |
Same issue |
same issue |
1 similar comment
same issue |
Same issue, |
Same issue, any plans on this? Thanks |
I have it as well. Jest version 29.6.0 |
same issue, hard to debug. It's quite possible that one test is disrupting the others, but how to isolate it? |
I faced the same error message. In my case the jest tests failed because their worker processes were killed by the OS oom (out of memory) killer. If you run it with the |
Had similar issue:
Deleting node modules and reinstalling fixed issue. |
Still an issue. Happens only on CI |
I don't think this is a jsdom-worker issue. I don't have this package installed and it's not a nested dependency and this is the exact error I intermittently get. It might be a jsdom issue. |
I am also having this same issue |
I had the same issue,and i solve doing the follow things: UNIX (Linux, macOS): Windows (cmd): cmd En Windows (PowerShell): Then add this in package.json "scripts": { |
error detail: signal=SIGSEGV, exitCode=null. Operating system logs may contain more information on why this occurred
The text was updated successfully, but these errors were encountered: