question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: The Test Runner unexpectedly exited via a exit event with signal SIGSEGV

See original GitHub issue

Current behavior

Current behavior: When I run my specs headless on the circleCI, Cypress closed unexpectedly with a socket error.

Error code:

The Test Runner unexpectedly exited via a exit event with signal SIGSEGV

Please search Cypress documentation for possible solutions:

https://on.cypress.io

Check if there is a GitHub issue describing this crash:

https://github.com/cypress-io/cypress/issues

Consider opening a new issue.

----------

Platform: linux (Debian - 10.5)
Cypress Version: 8.6.0

Desired behavior

Cypress is not closed and I can run all my tests without any problem.

Test code to reproduce

/* global cy, before, Cypress */
const env = Cypress.env();

describe('myPage', function () {
	describe('myPage Checks', () => {
		before(() => {
			go to the page. 
		});

		it....
	});

Cypress Version

8.6.0

Other

No response

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:6
  • Comments:23 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
benkiefercommented, Oct 27, 2021

We intermittently have the same issue on 8.6.0 and 8.7.0. Staying at 8.5.0 has been fine. Our tests are running in the cypress-included container.

2reactions
capc0commented, Nov 12, 2021

received this error on 8.7.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Test Runner unexpectedly exited via a exit event ... - GitHub
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV (Error: This socket has been ended by the other party) #6478....
Read more >
Cypress Test Runner unexpectedly exited via a exit event with ...
Current behavior: When I run my specs headless on the circleCI, Cypress closed unexpectedly with a socket error. Error message: The Test Runner...
Read more >
cypress-io/cypress - Gitter
Does anyone know if you can set the baseUrl in an npm test command from the ... The Test Runner unexpectedly exited via...
Read more >
Changelog - Cypress Documentation
Fixed an issue with Angular Component Testing where urls within SASS/SCSS files were not being correctly resolved which could result in incomplete styling....
Read more >
Cypress Page Object Model Issue:Got An Error Message ...
The Test Runner unexpectedly exited via a exit event with signal SIGSEGV Please search Cypress documentation for possible solutions: . The Test Runner...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found