Skip to content
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

JVM Crashes periodically #10280

Open
iitsoftware opened this issue Dec 10, 2024 · 2 comments
Open

JVM Crashes periodically #10280

iitsoftware opened this issue Dec 10, 2024 · 2 comments
Assignees

Comments

@iitsoftware
Copy link

Describe the issue
The JVM on a customer site crashes periodically (appr. once a week).

Steps to reproduce the issue
None.

Describe GraalVM and your environment:

  • GraalVM version GraalVM CE 21.0.2+13.1 (21.0.2+13) (build 21.0.2+13-jvmci-23.1-b30)
  • JDK major version: 21
  • OS: CentOS
  • Architecture: AMD64

More details
See core dump attached.
hs_err_pid1.log

@dougxc
Copy link
Member

dougxc commented Dec 10, 2024

@tzezula this looks like the old problem of an OOME occurring when trying to translate an exception from the HotSpot heap back to the libgraal heap during a Truffle compilation. I know we've made a bunch of fixes in that area:

Maybe something just needs to be backported?

@fniephaus
Copy link
Member

Maybe something just needs to be backported?

@iitsoftware seem to be using GraalVM CE 21.0.2, which is no longer updated. It's possible we already backported these fixes and they ship with Oracle GraalVM for JDK 21.0.5 (sdk install java 21.0.5-graal).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants