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

Corretto (11.0.24.8.1) generates a SIGSEV error and kills the container. #371

Open
srichekuri opened this issue Aug 21, 2024 · 7 comments
Open
Labels
bug Something isn't working

Comments

@srichekuri
Copy link

srichekuri commented Aug 21, 2024

Describe the bug

We have a Java application which runs under Kubernetes with OpenJDK Runtime Environment Corretto-11.0.24.8.1 (11.0.24+8) (build 11.0.24+8-LTS). System is abruptly getting killed and going in a crash back loop. It eventually starts after 2 or 3 attempts.

To Reproduce

There isn't any specific code causing the issue. Please see the dump.

Expected behavior

System shouldn't be terminated with SIGSEGV error

Screenshots

See attached log.

Platform information

OS: Alpine Linux v3.20
OpenJDK Runtime Environment Corretto-11.0.24.8.1 (11.0.24+8)

error7.log
error7_old.log

See attached file generated.

@srichekuri srichekuri added the bug Something isn't working label Aug 21, 2024
@srichekuri srichekuri changed the title OpenJDK Runtime Environment Corretto (11.0.24.8.1) generates a SIGSEV error and kills the container. Corretto (11.0.24.8.1) generates a SIGSEV error and kills the container. Aug 21, 2024
@andre-wenzel
Copy link

We acounter the same problem using Java 11.0.8.24 in AWS EC2 instance. Bevor changing form 11.0.8.23 everything works fine.

Describe the bug
Application runs in Wildfly cluster environment on Amazon AWS EC2 instance using OpenJDK Runtime Environment Corretto-11.0.24.8.1. The JVM randomly crashes and the whole service process stops working. Appeart 5 times on differnt days since upgrading to Corretto-11.0.24.8.1.

To Reproduce
There isn't any specific code causing the issue. Please see the dump.

Expected behavior
System shouldn't be terminated with SIGSEGV error

Screenshots
hs_err_pid5337.log
hs_err_pid5339_abn.log
hs_err_pid5346.log

Platform information
Amazon E2 with Wildfly server

@olivergillespie
Copy link
Contributor

@andre-wenzel - I've created #372 for your report as it seems to be a different crash. Yours is always in G1 GC code, and this one is not. If they turn out to be related I'll de-dupe it.

@srichekuri - Thanks for the report. I'm taking a look but it might be hard to diagnose without a reproducer, the two crashes occurred in different places so it's not clear what links them. Please upload any further crash logs if they occur.

@olivergillespie
Copy link
Contributor

@srichekuri I took a look but don't see any clear cause or link between the two crashes. Have you tried any other versions of Java?

@srichekuri
Copy link
Author

srichekuri commented Aug 28, 2024 via email

@olivergillespie
Copy link
Contributor

I have no idea what the issue is, so I can't tell if it would happen on other versions. But it would be a good thing to try. You can try the previous version of Corretto 11, or try upgrading to Corretto 17 (or any other JDK distro).

@olivergillespie
Copy link
Contributor

Did it also happen on multiple hosts, or just one host?

@srichekuri
Copy link
Author

srichekuri commented Aug 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants