-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Labels
Description
Hi DD team,
we set up DD agent in our production env last week and we have got 6 random JVM crashes since then.
- dd-java-agent: v1.25.1
- JVM: Corretto-17.0.5.8.1
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f6661312634, pid=1, tid=1073020
#
# JRE version: OpenJDK Runtime Environment Corretto-17.0.5.8.1 (17.0.5+8) (build 17.0.5+8-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-17.0.5.8.1 (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [libjavaProfiler1675892613987672088.so+0x39634] WallClock::signalHandler(int, siginfo_t*, void*, unsigned long long)+0x244
#
# Core dump will be written. Default location: //core
#
# JFR recording file will be written. Location: //hs_err_pid1.jfr
#
# An error report file with more information is saved as:
# //hs_err_pid1.log
[error occurred during error reporting (), id 0xb, SIGSEGV (0xb) at pc=0x00007f6688e1ec6c]
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-17/issues/
#
VojtechMyslivec and ahululu