JVM crash at CompilerThread

Posted by duduamar on Stack Overflow See other posts from Stack Overflow or by duduamar
Published on 2011-01-16T13:22:57Z Indexed on 2011/01/16 13:53 UTC
Read the original article Hit count: 397

Filed under:
|
|
|

Hi

My java application is crashing almost consistently when trying to compile a specific method (it's always the same method), with SIGSEGV:

 A fatal error has been detected by the Java Runtime Environment:

  SIGSEGV (0xb) at pc=0x00002aaaab6642a5, pid=8348, tid=1087596864

 JRE version: 6.0_16-b01
 Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
 Problematic frame:
 V  [libjvm.so+0x5332a5]

 An error report file with more information is saved as:
 hs_err_pid8348.log

 If you would like to submit a bug report, please visit:
   http://java.sun.com/webapps/bugreport/crash.jsp

The crash log (interesting parts...):

 A fatal error has been detected by the Java Runtime Environment:

  SIGSEGV (0xb) at pc=0x00002aaaab6642a5, pid=8348, tid=1087596864

 JRE version: 6.0_16-b01
 Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode linux-amd64 )
 Problematic frame:
 V  [libjvm.so+0x5332a5]

 If you would like to submit a bug report, please visit:
   http://java.sun.com/webapps/bugreport/crash.jsp

---------------  T H R E A D  ---------------

Current thread (0x00002aab1f7ac800):  JavaThread "CompilerThread0" daemon [_thread_in_native, id=8694, stack(0x0000000040c36000,0x00000000
40d37000)]

I tried to create a core dump and connect to it, but I couldn't find the CompilerThread there (maybe it's been killed be

© Stack Overflow or respective owner

Related posts about java

Related posts about crash