-
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
GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels Repetitive Error #27841
Comments
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
I have observed the same problem on my GitLab CI when using: Cypress: 13.6.6 Error:
|
Same in other projects were we use |
I have the same issue using the following Docker image: I'm testing a page which is loading a Web GL 2 canvas with 3D data. |
I believe I'm also hitting this issue on OL8: [961269:0927/171614.263470:ERROR:gl_utils.cc(402)] [.WebGL-0x25dc06ab2a00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels Cypress Version: 13.14.2 |
I also get it when trying to render a 3d object in an iFrame with Cypress in Github Actions [3162:1104/120351.750037:ERROR:gl_utils.cc(402)] [.WebGL-0x11d80a02b800]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels Cypress: 13.15.0 |
I have the same issue in Cypress 10.8.0 the logs are as below:
|
Current behavior
When Running Cypress Test in Jenkins CI using the latest version 13.2.0 through Linux 5.4 Debian the following repetitive errors are displaying in the logs:
Desired behavior
No
GPU stall due to ReadPixels
related errors should be displayed in the CI logsTest code to reproduce
Any test running with the following configuration:
Cypress version: 13.2.0
Browser: Electron
Cypress base image: cypress/base:16.18.1-with-git
Environment/CI: Linux 5.4 Debian
Cypress Version
13.2.0
Node version
16.18.1
Operating System
Linux 5.4 Debian
Debug Logs
Cypress_GPU stall due to ReadPixels Repetitive Error_Debug_Logs.txt
Other
There are issues encountered similar to this but some of those were closed or didn't provide any supporting details like debug logs. It is also worth checking these previous issues:
#8206 (comment)
#26947
#23641 (comment)
The text was updated successfully, but these errors were encountered: