You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Chrome Renderer process crashes with the error message "Aw, Snap! Something went wrong while displaying this webpage," along with an error code of STATUS_BREAKPOINT. Attached are screenshots of the issue for your reference:
From the logs, I noticed the following suggestions:
Increase CPU/memory resources on the machine.
Enable experimentalMemoryManagement in the Cypress configuration file.
Lower the numTestsKeptInMemory value during cypress open.
Despite attempting some of these solutions, the issue persists intermittently, particularly during some specific tests.
Here is some additional context about my setup:
Cypress version: 13.16.1 (issue occurs also in version 13.17.0)
Browser: [Chrome version131]
Machine specs: 12th Gen Intel(R) Core(TM) i7-1260P 2.10 GHz, 40.0 GB RAM (Issue also occurs in MacBooks)
Cypress Mode
cypress open
Cypress Version
13.16.1 and 13.17.0
Browser Version
131.0.6778.205 (Official Build) (64-bit)
Node version
v20.10.0
Operating System
Windows 10 and 11, and macOS ersion 15.2 (24C101)
Memory Debug Logs
No response
Other
It happens also in Headless mode.
The text was updated successfully, but these errors were encountered:
Test code to reproduce
The Chrome Renderer process crashes with the error message "Aw, Snap! Something went wrong while displaying this webpage," along with an error code of STATUS_BREAKPOINT. Attached are screenshots of the issue for your reference:
From the logs, I noticed the following suggestions:
Increase CPU/memory resources on the machine.
Enable experimentalMemoryManagement in the Cypress configuration file.
Lower the numTestsKeptInMemory value during cypress open.
Despite attempting some of these solutions, the issue persists intermittently, particularly during some specific tests.
Here is some additional context about my setup:
Cypress version: 13.16.1 (issue occurs also in version 13.17.0)
Browser: [Chrome version131]
Machine specs: 12th Gen Intel(R) Core(TM) i7-1260P 2.10 GHz, 40.0 GB RAM (Issue also occurs in MacBooks)
Cypress Mode
cypress open
Cypress Version
13.16.1 and 13.17.0
Browser Version
131.0.6778.205 (Official Build) (64-bit)
Node version
v20.10.0
Operating System
Windows 10 and 11, and macOS ersion 15.2 (24C101)
Memory Debug Logs
No response
Other
It happens also in Headless mode.
The text was updated successfully, but these errors were encountered: