-
Notifications
You must be signed in to change notification settings - Fork 324
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 with Java 7 + Agent 1.15.0 #1130
Comments
Hi @duclm2609 , Thanks for this report, This kind of JVM crash is the result of a JVM bug in native code that is triggered by the agent. The fact that it fails after a few minutes means that it could be to JIT compiler activity that tries to further optimize parts of the code. We already had similar issues in the past with early versions of Java 8 which were quite buggy before update 40. It seems that you are using an extended version of Oracle JDK 7 (update 251), which is not publicly available, thus it will be hard for us to try to reproduce. Have you tried to reach Oracle support on this issue ? |
Thank you for your information. I also read the issue #458 and have some idea about the problem. If I don't misunderstand, the problem is already fixed since version 1.4.0. By the way, I've tried running with OpenJDK 1.8.0_241 and it's working fine.
No, I haven't. TBH, I don't think this will help much from usage perspective. |
I don't really see how this may be related to what the agent is doing. The JVM crashes with a segfault in a thread that's not related to the agent and the stack for that thread is empty:
The only references I could find about the agent were these:
How often does the crash happen? Does it happen consistently after 10m and only if the agent is attached? Could you upload a few more crash reports to see if there's a common pattern? |
Closing as there wasn't any update in a while, feel free to re-open if issue still occurs with latest version of the agent (1.17.0 or later). |
After starting application about 10 minutes, the JVM crash with no further log from both application and APM agent.
Here is the JVM log:
hs_error.log
My application is Spring MVC running on Jboss EAP. The crash appears in both Jboss EAP 6.2 and 6.4.
The text was updated successfully, but these errors were encountered: