-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
We detected that the Chromium Renderer process just crashed #27852
Comments
Hi @dragu95 I am not sure what you are asking for in this ticket. Can you please clarify? |
Hi @nagash77 , I am asking for the solution in the link regarding this point; I can not find the easy fix in the given link. https://on.cypress.io/renderer-process-crashed Can you please tell me what the easy fix is? |
@nagash77 Same for our team, even the smallest tests we have became completely useless recently, they crash all of the time with Chromium. We're tried granulating the tests, setting up the experimentalmemorymanagement to true. By switching to electron they are running better now but still tons of them are failing. With latest Chromium updates in became detrimentally worse. Is your team doing some proper investigation into this? We are considering switching to a different framework because of these issue. |
You are right that the text of the error message
does not match the contents of the website section, which does not mention anything about Docker. https://on.cypress.io/renderer-process-crashed Are you using a Docker image? If yes, which Docker image are you using? Is it an image from https://github.com/cypress-io/cypress-docker-images? You posted that you are using Node.js Which browser and which browser version were you using when the crash occurred? Also you wrote that you are using Cypress |
I would recommend opening a separate issue so that you can describe your environment, especially the versions of software components you are using. If you can provide a reproducible example for investigation that would also help a lot. |
Hello @MikeMcC399 , can you please let me know what the "easy fix for this" in docker is if it is printed when the error occurs? |
If you can answer the questions I posted previously we can try to help you further: Are you using a Docker image? If yes, which Docker image are you using? Is it an image from https://github.com/cypress-io/cypress-docker-images? You posted that you are using Node.js Which browser and which browser version were you using when the crash occurred? |
thank you for your response. we are using the following components/versions: Environment: If you need more information please let me know. Edit: I also tried the solutions we can find in google, starting the chromium browser with following args: I also tried the experimentalMemoryManagement = true and setting numTestsKeptInMemory to 0. Some runs are successful while others are failing with the chromium renderer error completely random. |
Many thanks for your extra details! Unfortunately according to #27858 (comment) from @nagash77 "WSL/2 is not officially supported by Cypress at this time. Please try using one of our supported OSes and see if that resolves your issues." It sounds like you might be using |
Thank you @MikeMcC399 , I will try to run it under Windows without WSL. |
@MikeMcC399 I have made several testruns with a big testsuite and I was not able to see the chromium renderer crash when not using WSL directly. I used Docker Desktop for the tests. |
Current behavior
We detected that the Chromium Renderer process just crashed.
This is the equivalent to seeing the 'sad face' when Chrome dies.
This can happen for a number of different reasons:
You can learn more including how to fix Docker here:
https://on.cypress.io/renderer-process-crashed
Desired behavior
I click on the link and there is no "easy fix for this: see link below)" while running cypress in docker like stated in
You are running Docker (there is an easy fix for this: see link below).
Test code to reproduce
No Code needed.
Cypress Version
12.4.0
Node version
14.18.51
Operating System
Windows 10
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: