Open albanf opened 2 years ago
@albanf I assume you've submitted this to AppDynamics? Like most APMs they bytecode weave etc so that's usually the first port of call for a possible root cause and fix :-)
@karianna Yes I have, and they provided me with a workaround to limit the class transformations done by the agent. But as I understand, the agent does not contain any native code, so whatever it does, the JVM should not crash as a result of its operation, right? See also their comment for a similar issue a couple of years ago: https://community.appdynamics.com/t5/Java-Java-Agent-Installation-JVM/JVM-crash-with-AppD-agent-and-G1GC/td-p/31412
Please provide a brief summary of the bug
When deploying an application to Payara 5.2022.3 with the AppDynamics agent, the JVM crashes.
Please provide steps to reproduce where possible
No response
Expected Results
No crash
Actual Results
It crashes. I found a similar bug report on the Jetbrains JDK 17: https://youtrack.jetbrains.com/issue/JBR-4697/Generic-SIGSEGV-at-libjvm-javalangStringcreatefromsymbol
What Java Version are you using?
OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (17.0.4.1+1, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
What is your operating system and platform?
Alpine Linux 3.16.2, running in Docker.
How did you install Java?
From base Docker image eclipse-temurin:17.0.4.1_1-jdk-alpine
Did it work before?
Did you test with other Java versions?
No response
Relevant log output
No response