- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当尝试使用 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(也许它已被杀死
最佳答案
发布整个页面(带有有关库的额外信息)以及堆栈以及更多内容(如果可以获得)。如果您看到核心转储,则看不到任何线程。
如果问题包括 zlib (ZipEntry),那么你就运气不好了......这是 zlip 中非常非常粗体的一个非常烦人的 BUG,如果 zip (jar) 在打开后发生更改,就会发生这种情况。我仍然想知道为什么 Sun/Oracle 使用 native 库进行 zip 处理,因为用纯 java 进行处理更稳定并且......速度快 2 倍(性能方面)。
关于java - JVM 在 CompilerThread 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4705575/
我在 java 进程 (oracle jdk1.7_072) 上运行 jstack 并找到这些行 "C2 CompilerThread1" daemon prio=10 tid=0x00007f1a8
当尝试使用 SIGSEGV 编译特定方法(始终是相同的方法)时,我的 java 应用程序几乎一直崩溃: A fatal error has been detected by the Java Run
我们有一个带有 java IO 操作的服务器应用程序。运行应用程序时,我们观察到 CompilerThread0 和 CompilerThread1 的 CPU 使用率分别为 45% 和 41%。应用
为 tomcat 进程运行线程转储我只注意到以下内容: "CompilerThread0" daemon prio=10 tid=0x02b57400 nid=0xe0c waiting on con
我是一名优秀的程序员,十分优秀!