-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
This error occurs on the following builds:
<Contents>
<Key>java/heap-profiler-eap/profiler_java_agent.tar.gz</Key>
<Generation>1549049183178861</Generation>
<MetaGeneration>1</MetaGeneration>
<LastModified>2019-02-01T19:26:23.178Z</LastModified>
<ETag>"ef34fe9f34913040e79bb7b2dbce9294"</ETag>
<Size>3243479</Size>
</Contents>
<Contents>
<Key>java/latest/profiler_java_agent.tar.gz</Key>
<Generation>1562601408021116</Generation>
<MetaGeneration>1</MetaGeneration>
<LastModified>2019-07-08T15:56:48.020Z</LastModified>
<ETag>"869f7071cca351238f66606b21a55a9c"</ETag>
<Size>3321410</Size>
</Contents>Recieving the following logs on application crash:
Picked up JAVA_TOOL_OPTIONS: -agentpath:/opt/cprof/profiler_java_agent.so=-cprof_service=psv2,-cprof_service_version=1.6.0-rc.27,-logtostderr,-minloglevel=0,-cprof_project_id=anz-cx-csp-np-5527c6
I0809 00:49:54.791527 13 entry.cc:267] Profiler agent loaded
I0809 00:49:54.791592 13 entry.cc:148] Prepare JVMTI
F0809 00:49:54.791697 13 utilities.cc:322] Check failed: !IsGoogleLoggingInitialized() You called InitGoogleLogging() twice!
*** Check failure stack trace: ***
@ 0x7f59a76425ed google::LogMessage::Fail()
@ 0x7f59a7644528 google::LogMessage::SendToLog()
@ 0x7f59a7642183 google::LogMessage::Flush()
@ 0x7f59a7644e5e google::LogMessageFatal::~LogMessageFatal()
@ 0x7f59a764b363 google::glog_internal_namespace_::InitGoogleLoggingUtilities()
@ 0x7f59a75a3193 cloud::profiler::Agent_OnLoad()
@ 0x7f59ad6fc2ec Threads::create_vm_init_agents()
@ 0x7f59ad700da9 Threads::create_vm()
@ 0x7f59ad24bf21 JNI_CreateJavaVM
@ 0x7f59ae3bdac6 JavaMain
@ 0x7f59ae5d16db start_thread
@ 0x7f59adee588f clone
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f59ade048f0, pid=1, tid=13
#13`
# JRE version: (11.0.3+7) (build )
# Java VM: OpenJDK 64-Bit Server VM (11.0.3+7, mixed mode, aot, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libc.so.6+0x408f0] abort+0x230
#
# Core dump will be written. Default location: /home/java/core.%e.%p.%t
#
# An error report file with more information is saved as:
# /home/java/hs_err_pid1.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/AdoptOpenJDK/openjdk-build/issues```
Environment: GKE
Application Java Version: base image from `adoptopenjdk/openjdk11:x86_64-ubuntu-jdk-11.0.3_7`
config: `JAVA_TOOL_OPTIONS= -agentpath:/opt/cprof/profiler_java_agent.so=-cprof_service=psv2,-cprof_service_version=1.6.0-rc.27,-logtostderr,-minloglevel=0,-cprof_project_id=anz-cx-csp-np-5527c6`
Metadata
Metadata
Assignees
Labels
No labels