pyroscope-java icon indicating copy to clipboard operation
pyroscope-java copied to clipboard

Async profiler crashes with JDK23

Open RobbanHoglund opened this issue 5 months ago • 0 comments

Async profiler crashes with JDK23.


#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2f1145f738, pid=1, tid=7
#
# JRE version: OpenJDK Runtime Environment Corretto-23.0.0.37.1 (23.0+37) (build 23+37-FR)
# Java VM: OpenJDK 64-Bit Server VM Corretto-23.0.0.37.1 (23+37-FR, mixed mode, tiered, compressed class ptrs, z gc, linux-amd64)
# Problematic frame:
# C [libasyncProfiler-linux-musl-x64-70e751fa84d39dcf2daa802a20d7378ca9c8f2.so+0x88738] NMethod::isNMethod()+0x28
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to //core.1)
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid1.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-23/issues/
#

See following issue: https://github.com/async-profiler/async-profiler/issues/923

RobbanHoglund avatar Sep 19 '24 06:09 RobbanHoglund