TIBCO Administrator 5.10.0/5.11.0 JVM on Linux crashes when the up time is greater than 24 hours.

TIBCO Administrator 5.10.0/5.11.0 JVM on Linux crashes when the up time is greater than 24 hours.

book

Article ID: KB0078796

calendar_today

Updated On:

Products Versions
TIBCO Administrator 5.1.0 ,5.11.0
Not Applicable -

Description

Description:
Error # V [libjvm.so+0x404df8] PhaseChaitin::gather_lrg_masks(bool)+0x208 .

 

This issue has been escalated with JDK 1.8 Oracle Support.

Symptoms:

Administrator 5.10.0 /5.11.0 service JVM  crash and creates JVM crash files under <TIBCO_HOME>/Administrator/<5.10 / 5.11 >/tomcat.

 

1). hs_err_pid<PID OF ADMINISTRATOR>.log
2). replay_pid<PID OF ADMINISTRATOR>.log

Cause:
TIBCO Administrator bundles JDK 1.8  JVM crash logs file points to the following cause:
=======================================================
# V [libjvm.so+0x404df8] PhaseChaitin::gather_lrg_masks(bool)+0x208 

and their associated CompileTask:

Current CompileTask:
C2:95956340 8424 ! 4 com.tibco.repo.RVRepoProcessBridge::handleServerHeartbeat (1075 bytes) 
=======================================================
 
Oracle Support is aware of this issue  and recommended following resolution.
 

Issue/Introduction

TIBCO Administrator 5.10.0 /5.11.0 JVM on Linux crashes when the up time is greater than 24 hours. # V [libjvm.so+0x404df8] PhaseChaitin::gather_lrg_masks(bool)+0x208 

Environment

Product :TIBCO Runtime Agent ,TIBCO Administrator Version:5.10.0 , 5.11.0 O.S:Linux

Resolution

WORKAROUND:

 

Add   -XX:CompileCommand=exclude,com/tibco/repo/RVRepoProcessBridge,handleServerHeartbeat 

into the list of Java options in "java.extended.properties" in the tibcoadmin_<DomainName>.tra file and restart the Administrator.
This will prevent the compiler from attempting to compile com.tibco.repo.RVRepoProcessBridge::handleServerHeartbeat  and therefore avoid a crash. 

 

Additional Information

 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=561581840021441&parent=SrDetailText&sourceId=3-11506699821&id=1274584.1&_afrWindowMode=0&_adf.ctrl-state=11i74l352i_88
 
Bug 22119939 - 8u60 C2 crash PhaseChaitin::gather_lrg_masks 

Attachments

TIBCO Administrator 5.10.0/5.11.0 JVM on Linux crashes when the up time is greater than 24 hours. get_app