The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
See original GitHub issueCurrent behavior
1) Select of Lenguage
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
Please search Cypress documentation for possible solutions:
Check if there is a GitHub issue describing this crash:
https://github.com/cypress-io/cypress/issues
Consider opening a new issue.
Platform: linux (Ubuntu - 20.04) Cypress Version: 8.6.0
Desired behavior
run the tests correctly
Test code to reproduce
n/a is private
Cypress Version
8.6.0
Other
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV
Please search Cypress documentation for possible solutions:
Check if there is a GitHub issue describing this crash:
https://github.com/cypress-io/cypress/issues
Consider opening a new issue.
Platform: linux (Ubuntu - 20.04)
Cypress Version: 8.6.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! functional-test@1.0.0 scripts: cypress run
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the functional-test@1.0.0 scripts script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
Issue Analytics
- State:
- Created 2 years ago
- Reactions:11
- Comments:21 (1 by maintainers)
Top GitHub Comments
thanks @a11smiles!
--browser chrome
worked for me.7.6.0
and9.5.0
on GitHub Action yes it was previously running electron by defaultStill happens on: Cypress: 10.3.0 Browser: Electron 100 (headless) Node Version: v16.13.2 MacOS: 12.4 M1
Workaround with removing video: false helps.