-
-
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
JVM crash (SIGSEGV at ~StubRoutines::jshort_disjoint_arraycopy) #1205
Comments
It looks like you're running in a container is that correct? |
It runs on a vmWare virtual machine, but no docker.
|
Hmmm, I checked the OpenJDK bug tracker and nothing like this has been reported elsewhere. Are you able to try running |
Thanks for your reply karianna I’m not sure if it is a problem with the physical memory, Meanwhile i try to find out if it is possible to check the physical memory of the vm server, |
Ah! Good to know it's crashed on more than one server, yeah that's very unlikely to be a RAM problem. OK next thing... Can you give an insight as to what the app does? Are there any native components (I notice you print NMT stats)? It looks like you might be serializing a bit of media. Can I ask what versions of Glassfish and jackson you're using? |
Sorry for the long wait The application is an api for other java programs running on this host. We have some monitoring tools which call the api periodically and alert on problems, so it is difficult to find out which api call leads to the crash. For the webservice we use Glassfish/Jersey and Jackson as you already found out. These are most of the used libraries with version: org.glassfish.jersey.core jersey-server 3.1.8 NMT diff output is attached as file. |
Please provide a brief summary of the bug
The program starts without errors but after some hours it crashes with SIGSEGV
hs_err_pid4070021.log
Did you test with the latest update version?
Please provide steps to reproduce where possible
No response
Expected Results
continues running without crash
Actual Results
crash SIGSEGV
What Java Version are you using?
openjdk version "21.0.5" 2024-10-15 LTS OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
What is your operating system and platform?
Ubuntu 22.04.5 x86_64
How did you install Java?
tar.gz
Did it work before?
yes, we updated from openjdk (temurin) 11.0.24+8 to Java 21, but we had to update some libs for compatibility reasons
Did you test with other Java versions?
yes, with jdk-21.0.4+7 and jdk-21.0.5+11 -> same results
Relevant log output
No response
The text was updated successfully, but these errors were encountered: