facebook / flow

Adds static typing to JavaScript to improve developer productivity and code quality.
https://flow.org/
MIT License
22.08k stars 1.86k forks source link

Worker interrupted with signal: sigkill #8523

Closed FezVrasta closed 1 year ago

FezVrasta commented 3 years ago

Flow version: 0.136.0

Expected behavior

Flow should work without throwing sigkill messages.

Actual behavior

When I run flow-bin (flow check) on CircleCI, some times I get the following error:

$ /home/circleci/repo/frontend/node_modules/.bin/flow check
Worker interrupted with signal: sigkill
Subprocess(360): fail 2Unhandled exception: Worker_failed (process_id = 360): (Worker_quit WEXITED 2)
Raised at file "map.ml", line 135, characters 10-25
Called from file "src/unix/lwt_engine.ml", line 302, characters 8-36

This started happening after I migrated the repository to use Yarn Workspaces, but I already tried to set flow-bin in the no-hoist list without seeing any improvement.

kmkr commented 3 years ago

This comment helped us, may help you too.

SamChou19815 commented 1 year ago

This is likely fixed a long time ago.