mewxie
mewxie
SCSWC Community
Created by mewxie on 2/6/2025 in #questions
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.
● 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!
3 replies