-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Describe the bug
When run opentelemetry agent in webshpere application server i got Dump Event "gpf" (00002000) received and after that server was crash
this is follow config in application server:
JVM setting
-javaagent:/opentelemetry-javaagent.jar
Param:
OTEL_EXPORTER_OTLP_ENDPOINT: xxxxxxxxx
And I diagnostic javacore and dump file, I found this :
Module Issue:
/u01/IBM/WebSphere/AppServer/java/8.0/jre/lib/amd64/compressedrefs/libj9jit29.so
Method compiling:
io.opentelemetry.javaagent.tooling.instrumentation.InstrumentationModuleInstaller.setTypeMatcher(...)
Error address: InaccessibleAddress: 0x0 β Null Pointer dereference in native code
Steps to reproduce
Delete param agent instrument
Expected behavior
Can run withthuot issue and crash server
Actual behavior
Module Issue:
/u01/IBM/WebSphere/AppServer/java/8.0/jre/lib/amd64/compressedrefs/libj9jit29.so
Method compiling:
io.opentelemetry.javaagent.tooling.instrumentation.InstrumentationModuleInstaller.setTypeMatcher(...)
Error address: InaccessibleAddress: 0x0 β Null Pointer dereference in native code
Javaagent or library instrumentation version
v2.18.1
Environment
OS: Linux kernel 3.10.0-862.el7.x86_64 (CentOS/RHEL 7)
CPU: 12 core, amd64
JVM: IBM J9 8.0.5.26 (SR5 FP26, build 20181115)
Agent: opentelemetry-javaagent.jar (lastest version: 2.18.1 )
JDK: 8.0_64
Additional context
0SECTION TITLE subcomponent dump routine
NULL ===============================
1TICHARSET UTF-8
1TISIGINFO Dump Event "gpf" (00002000) received
1TIDATETIME Date: 2025/08/07 at 22:31:44:740
1TINANOTIME System nanotime: 11324915772283202
1TIFILENAME Javacore filename: /u01/IBM/WebSphere/AppServer/profiles/AppSrv01/javacore.20250807.223136.54505.0002.txt
1TIREQFLAGS Request Flags: 0x81 (exclusive+preempt)
1TIPREPSTATE Prep State: 0x100 (trace_disabled)
1TIPREPINFO Exclusive VM access not taken: data may not be consistent across javacore sections
Tip
React with π to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.