We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are using com.datadoghq:dd-java-agent:1.39.0 for our services and we are testing our services with JDK 23. The DD continuous profiler crashes with:
com.datadoghq:dd-java-agent:1.39.0
# C [libjavaProfiler931970599951029123.so+0x22f27] Profiler::fillFrameTypes(ASGCT_CallFrame*, int, NMethod*)+0x37 # Problematic frame: # Java VM: OpenJDK 64-Bit Server VM Zulu23.28+85-CA (23+37, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, shenandoah gc, linux-amd64) # JRE version: OpenJDK Runtime Environment Zulu23.28+85-CA (23.0+37) (build 23+37) # # SIGSEGV (0xb) at pc=0x00007f5b02c22f27, pid=1, tid=39
This seems related to this bug reported for async-profiler: async-profiler/async-profiler#923
The text was updated successfully, but these errors were encountered:
Hey, thanks for reporting this. We'll have a patch shipped out for this ASAP.
Sorry, something went wrong.
🤖 This issue has been addressed in the latest release. See full details in the Release Notes.
No branches or pull requests
We are using
com.datadoghq:dd-java-agent:1.39.0
for our services and we are testing our services with JDK 23.The DD continuous profiler crashes with:
This seems related to this bug reported for async-profiler:
async-profiler/async-profiler#923
The text was updated successfully, but these errors were encountered: