Encountering SIGBUS intermittently

Hey – regarding this https://github.com/swc-project/swc/discussions/9996

Encountering the following error on CI but unable to reproduce it locally, when using @swc/jest:
  ● Test suite failed to run
    A jest worker process (pid=X) was terminated by another process: signal=SIGBUS, exitCode=null. Operating system logs may contain more information on why this occurred.


Hunch is that SIGBUS started showing up since using swc since it's the only thing that changed at that time, also it is more likely to have access to lower level memory constructs than Node.

Any thoughts? Help appreciated!
GitHub
Hello 👋🏼 We're experiencing an intermittent issue with @swc/jest that's causing our CI builds to fail. We switched from babel-jest to @swc/jest for transpiling our TypeScript project in uni...
Was this page helpful?