seleniumhq-community / docker-seleniarm

Multi-Arch (arm64/armhf/amd64) Docker images for the Selenium Grid Server
https://hub.docker.com/u/seleniarm
Other
249 stars 26 forks source link

[🐛 Bug]: latest seleniarm is crashing the chrome client #71

Closed automationNoob closed 5 months ago

automationNoob commented 5 months ago

What happened?

Using the latest seleniarm is crashing the chrome client after couple of tests. Downgrading to the seleniarm/node-chromium:121.0 seem to have no issues, There has been no changes on the gitlab ci on the project.

Command used to start Selenium Grid with Docker (or Kubernetes)

services:
    - name: selenium/hub:latest
      alias: selenium-hub
    - name: seleniarm/node-chromium:latest
      alias: chromium
      variables:
        SE_EVENT_BUS_HOST: selenium-hub
        SE_EVENT_BUS_PUBLISH_PORT: 4442
        SE_EVENT_BUS_SUBSCRIBE_PORT: 4443

Relevant log output

WARN webdriver: Request failed with status 500 due to unknown error: session deleted because of page crash
[0-0] from unknown error: cannot determine loading status
[0-0] from tab crashed
[0-0]   (Session info: chrome-headless-shell=123.0.6312.58)

Operating System

linux

Docker Selenium version (image tag)

selenium/hub:latest

Selenium Grid chart version (chart version)

No response

diemol commented 5 months ago

I notice you are not setting shm_size: 2gb. Try that. If it still fails, please report it to https://bugs.chromium.org/p/chromedriver/issues/list

github-actions[bot] commented 4 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.