-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
AdoptOpenJDK JDK8 arm32 crashes when running on a 64-bit (aarch64) kernel #319
Comments
Options:
NOTE:
|
Looks like building gcc with the option |
Fixed - new compiler will be deployed with the playbooks and have been deployed into the Docker-based build machines already. I'll redploy onto the Scaleway build machines to ensure full coverage. |
Summary
With the release version of 8u292-b10 (and earlier releases):
Steps to reproduce
Download https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u292-b10/OpenJDK8U-jre_arm_linux_hotspot_8u292b10.tar.gz and try to run it on a system with 32-bit userland and a 64-bit kernel (e.g. Raspberry Pi OS with
arm_64bit=1
or as a docker container on aarch64) and runjava -version
Expected results
Shows the version
Actual results
Crashes
Triaging info
Java version: Adopt 8u292
What is your operating system and platform?
Happens across multiple ones - Rasperry Pi OS and Ubuntu 16.04, 18.04, 20.04
How did you install Java?
tarball
Did it work before?
When I was running a 32-bit kernel, yes
Did you test with other Java versions?
Version 11 and later seem ok, as does Azul's JDK8
The text was updated successfully, but these errors were encountered: