尝试使用 SIGSEGV 编译特定方法(总是相同的方法)时,我的 java 应用程序几乎一直崩溃:
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
崩溃日志(有趣的部分......):
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)]
我试图创建一个核心转储并连接到它,但我找不到 CompilerThread 那里(也许它已经被杀死了