天哪,eclipse(它是 Gallileo,但在以前的版本中我也遇到过这样的问题)再次崩溃,一如既往地无声无息.这可能每周发生一次,但这真的很烦人.我现在只有一个崩溃日志.有什么方法可以找出这些崩溃的真正原因吗?
OMG, eclipse (it's Gallileo, but with previous versions I also had such problems) crashed again, silently as always. That can happen one time per week, but this is really annoying. All I have now is a crash log. Are there any ways of discovering the true reason of these crashes?
崩溃日志的标题,看不到任何有用的东西:
Header of crash log, can't see anything useful:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d80f8d4, pid=1388, tid=3180
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode)
# Problematic frame:
# V [jvm.dll+0xcf8d4]
#
对于 Galileo,我建议尝试使用最新的 JVM 启动它;
For Galileo, I would recommend trying to launch it with the most recent JVM possible;
这并不意味着您必须使用该 JDK 编译您的项目:您可以在 Eclipse 会话中声明任意数量的 JDK.
That does not mean you have to compile your projects with that JDK: you can declare as many JDK you want within your eclipse session.
(来源:benmccann.com)
(虽然这张图显示的是jdk1.5,但是你可以用任何其他JVM启动eclipse)
(although this picture shows jdk1.5, you can launch eclipse with any other JVM)
请参阅此 eclipse.ini 了解更多信息详情.
See this eclipse.ini for more details.
正如最近的 线程说明,这可能会发生使用旧"的 eclipse.ini,因此值得检查和更新 ini 文件.
As this recent thread illustrates, that can happens with an "old" eclipse.ini, so it is worth checking and updating the ini file.
这篇关于如何诊断日食崩溃?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何在 android eclipse 中制作水平滑动日历?How can I make a horizontal sliding calendar in android eclipse?(如何在 android eclipse 中制作水平滑动日历?)
Eclipse CDT 没有在头文件更改时构建项目Eclipse CDT not building project on header file change(Eclipse CDT 没有在头文件更改时构建项目)
Eclipse C++ 包括来自我的源文件夹的头文件Eclipse C++ including header file from my source folder(Eclipse C++ 包括来自我的源文件夹的头文件)
Eclipse C/C++ (CDT) 将文件导入项目 - 找不到头文件Eclipse C/C++ (CDT) import files into project - header file not found - include path(Eclipse C/C++ (CDT) 将文件导入项目 - 找不到头文件 - 包
如何在 Eclipse 中生成 JNI 头文件How to generate JNI header file in Eclipse(如何在 Eclipse 中生成 JNI 头文件)
Eclipse 中的编译器标志Compiler flags in Eclipse(Eclipse 中的编译器标志)