-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[🐛 Bug]: v4.29 Goes into Crash Loop On Startup #2685
Comments
I'm attaching the hs_err_pid.log file as well. |
@twurm, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
It seems like the issue is related to: AArch64: VM crashes with SIGILL when prctl is disallowed To get around this issue you need to create an environment variable _JAVA_OPTIONS=-XX:UseSVE=0 an example is below: docker run -d -p 4442-4444:4442-4444 --net grid -e _JAVA_OPTIONS=-XX:UseSVE=0 --name selenium-hub selenium/hub:4.29.0-20250222 I'm seeing the same issue with the latest Firefox drivers as well: standalone-firefox, node-firefox the same workaround appears to mitigate the issue. |
Thanks for your input. I see it is fixed via JDK-8346189 | 21.0.7. We will bump image version once the Debian package of JDK 21.0.7 rollout. |
What happened?
v4.28.1 works as expected, we upgraded to v.4.29 yesterday and noticed we could no longer connect to the UX. Looking at the logs in Docker we see the following.
2025-02-27 07:20:31 2025-02-27 12:20:31,612 INFO success: selenium-grid-hub entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2025-02-27 07:20:31 #
2025-02-27 07:20:31 # A fatal error has been detected by the Java Runtime Environment:
I do have the hs_err_pid.log if you need it.
Command used to start Selenium Grid with Docker (or Kubernetes)
Relevant log output
Operating System
MacOS 15.3.1 M4
Docker Selenium version (image tag)
4.29.0-20250222
Selenium Grid chart version (chart version)
No response
The text was updated successfully, but these errors were encountered: