-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Can't start cypress 3.4.1 #4884
Comments
Issue appears on
|
After few more investigation, managed to get the stacktrace from the segmentation fault:
So it looks like coming from Almost default settings:
With increased depth
So setting the |
Sorry for another update :D Looks like some change on electron? uses now some hardware accelerated feature? (this is just a guess) and some issue on our version of Updating |
Hi @angel-git |
@bahmutov |
Hey.. Is this issue resolved for every one. I have just installed 3.4.1 in my Windows 10. I am facing this issue. |
I got the same error on Ubuntu 16.04.6 when updating to Cypress 3.4.1. I downgraded to 3.4.0 and it works again. |
I got the same error on Mac when updating Cypress 3.4.1 to Cypress 3.5.0 the issue is resolved... |
Closing as resolved. Please comment if you are still having this issue and we will consider reopening. |
@jennifer-shehane I think no need to reopen this when changing cypress version it resolved. |
Today we updated to cypress
3.4.1
and we are receiving the following error:So i enabled the debug logs and got the following:
So I tried the following:
Also with
gdb
LDD output:
Steps to reproduce: (app code and test code)
Looks like related to #4624 but there the error message said
signal: 'SIGTERM',
while to me issignal: 'SIGSEGV'
I can't reproduce on my local machine, so it could be some outdated libraries or latest cypress requirements changed?
Versions
The previous version was
3.2.0
and run fine.The text was updated successfully, but these errors were encountered: