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

Java Runtime Error (SIGILL) on AWS Graviton using GraalVM JDK 17 #9661

Closed
RuanNunes opened this issue Sep 11, 2024 · 5 comments
Closed

Java Runtime Error (SIGILL) on AWS Graviton using GraalVM JDK 17 #9661

RuanNunes opened this issue Sep 11, 2024 · 5 comments
Assignees
Labels

Comments

@RuanNunes
Copy link

I'm encountering a fatal error in my Spring Boot applications running on AWS Graviton instances using GraalVM JDK. The application crashes and restarts with the following error:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGILL (0x4) at pc=0x0000ffffa2d31300, pid=1, tid=29
#
# JRE version: OpenJDK Runtime Environment GraalVM CE 17.0.9+9.1 (17.0.9+9) (build 17.0.9+9-jvmci-23.0-b22)
# Java VM: OpenJDK 64-Bit Server VM GraalVM CE 17.0.9+9.1 (17.0.9+9-jvmci-23.0-b22, mixed mode, tiered, jvmci, jvmci compiler, compressed oops, compressed class ptrs, serial gc, linux-aarch64)
# Problematic frame:
# C  0x0000ffffa2d31300
#
# Core dump will be written. Default location: /app/core.1
#
# An error report file with more information is saved as:
# /app/hs_err_pid1.log
#
# If you would like to submit a bug report, please visit:
#   https://github.com/oracle/graal/issues
#
[error occurred during error reporting (), id 0x5, SIGTRAP (0x5) at pc=0x0000ffffa28ab0f0]

Any guidance or help would be appreciated!

@RuanNunes RuanNunes added the bug label Sep 11, 2024
@selhagani selhagani self-assigned this Sep 11, 2024
@selhagani
Copy link
Member

Hi @RuanNunes,

Thanks for reaching out to us about this.
Did you try using the latest version of GraalVM? You can find it using this link

@RuanNunes
Copy link
Author

Thank you for your response. I will perform an update and get back to you if the issue persists.

@RuanNunes
Copy link
Author

Hi @selhagani , I checked the version and I am using the following image: ghcr.io/graalvm/jdk-community:17.0.9-ol9. From what I verified, this is the most recent version for Java 17.

@selhagani
Copy link
Member

Unfortunately, that’s an older version of GraalVM. For the Community Edition, you’ll want to use GraalVM for JDK 23 Community 23.0.0, as it includes all the latest updates.

@selhagani
Copy link
Member

As I have not received any updates from you in over two weeks, I will proceed with closing this ticket. Thank you for reaching out to us.

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

No branches or pull requests

2 participants