A fatal error has been detected by the Java Runtime Environment

Miguel Angel Perez April 1, 2015

Hi,

 

JIRA terminated by this error:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f9bb4a660a5, pid=11292, tid=140306319099648
#
# JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.11-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x8140a5]  LoadKlassNode::make(PhaseGVN&, Node*, Node*, TypePtr const*, TypeKlassPtr const*)+0x45
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid11292.log
#
# Compiler replay data is saved as:
# /tmp/replay_pid11292.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#

 

Any idea?

 

Thank you.

2 answers

1 vote
Silviu Burcea
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 1, 2015

It seems to be a Java bug: https://bugs.openjdk.java.net/browse/JDK-8068884 . Try to upgrade your Java version to 1.8 update 40, maybe they fixed it.

 

Hope this helps!

0 votes
Miguel Angel Perez April 1, 2015

Hi Silviu,

 

Thank you, I will try update Java.

 

Best regards.

Suggest an answer

Log in or Sign up to answer