Skip to content
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

Cypress tests failing with SIGBUS error #30193

Open
saksham-s-safe opened this issue Sep 5, 2024 · 6 comments
Open

Cypress tests failing with SIGBUS error #30193

saksham-s-safe opened this issue Sep 5, 2024 · 6 comments
Labels
stage: needs information Not enough info to reproduce the issue topic: SIG errors Program error signals, ie SIGILL, SIGSEGV, SIGBUS, SIGABRT

Comments

@saksham-s-safe
Copy link

Test code to reproduce

Test failed with error: The Test Runner unexpectedly exited via a exit event with signal SIGBUS
image

Cypress Mode

cypress run

Cypress Version

13.4.0

Browser Version

25.8.4

Node version

18.15.0

Operating System

linux-x64 (Amazon Linux - 2023 (Amazon Linux))

Memory Debug Logs

No response

Other

No response

@jennifer-shehane jennifer-shehane added the topic: SIG errors Program error signals, ie SIGILL, SIGSEGV, SIGBUS, SIGABRT label Sep 5, 2024
@jennifer-shehane
Copy link
Member

@saksham-s-safe Could you run Cypress in debug mode mode and print the entire set of logs here?

@jennifer-shehane jennifer-shehane added the stage: needs information Not enough info to reproduce the issue label Sep 5, 2024
@xavierrigau
Copy link

xavierrigau commented Sep 5, 2024

Here is another one
Command line cypress run --no-runner-ui --headless -P /e2e --config-file=cypress/cypress.config.js -k REDACTED --record=true --parallel --ci-build-id=10729168563-5490 --group=refs/pull/1190/merge --auto-cancel-after-failures false

image

I tried the DEBUG= mode and it didn't fail. The logs are brutally long. @jennifer-shehane here they are.
Debug Cypress Log.txt

@saksham-s-safe
Copy link
Author

@jennifer-shehane The debug mode will not help here since this does not happen every time; it is happening intermittently.

@saksham-s-safe
Copy link
Author

@jennifer-shehane Any updates on this? It is happening intermittently

@dnise01
Copy link

dnise01 commented Sep 25, 2024

We are seeing the same issue when using Electron. The exception is occurring intermittently when running with --parallel greater than 1. Debug log is attached. Note that using chrome instead of electron in our pipeline appears to have resolved the issue for us.
sigbusLog.md

@shinsid-autodesk
Copy link

We are also facing this issue running tests parallel in Jenkins -
Screenshot 2024-11-30 at 10 19 45 PM

This is just one of the intermittent issues that we are facing with Cypress right now. 🤦🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage: needs information Not enough info to reproduce the issue topic: SIG errors Program error signals, ie SIGILL, SIGSEGV, SIGBUS, SIGABRT
Projects
None yet
Development

No branches or pull requests

5 participants