Unexpectedly exiting with signal SIGSEGV since 8.6.0 version
See original GitHub issueCurrent 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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:32
- Comments:15 (2 by maintainers)
Top GitHub Comments
Can confirm, same issue on
v9.1.1
happens also on the latest version…