cypress: Unexpectedly exiting with signal SIGSEGV since 8.6.0 version
Current behavior
Since cypress 8.6.0 upgrade, I’m experiencing aleatory errors in my pipelines, sometimes works fine until the end, and sometimes not. The error is the next:
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
I also started to see this error at the logs, but seems to work ok sometimes, so I’m no prety sure is the route cause of this:
[6606:1028/125808.622484:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
The only pissible solution for those issues is downgrading to cypress 8.5.0, and in this version everything works fine for me.
Desired behavior
I don’t know how I can upgrade cypress and maintain the 8.5.0 behaviour.
Test code to reproduce
cypress.json: { “viewportWidth”: 1920, “viewportHeight”: 1080, “video”: false, “reporter”: “junit”, “reporterOptions”: { “mochaFile”: “cypress/results/test-results.[hash].xml”, “toConsole”: true }, “pageLoadTimeout”: 120000, “retries”: { “runMode”: 2, “openMode”: 2 }, }
package.json “@cypress/skip-test”: “^2.6.1”, “cypress”: “8.7.0”, “cypress-file-upload”: “^5.0.8”, “cypress-grep”: “^2.5.1”, “cypress-wait-until”: “^1.7.1”,
Cypress Version
8.6.0 and 8.7.0
Other
No response
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 32
- Comments: 15 (2 by maintainers)
Links to this issue
Commits related to this issue
- try to work around https://github.com/cypress-io/cypress/issues/18681 — committed to rh-cssre/glitchtip-frontend by bufke 3 years ago
Can confirm, same issue on
v9.1.1happens also on the latest version…
I also am forced to use 8.5.0 due to this issue after having tried 9.0.0, 8.7.0 and 8.6.0. Only happens in GH actions - no problems locally.
Happening while using GH actions and sometimes, a run hangs for +6 hours, even though all tests were complete. Not sure how to solve it except for downgrading to 8.5
Same issue with Cypress 9.0.0