如何诊断日食崩溃? [英] How to diagnose eclipse crashes?

查看:41
本文介绍了如何诊断日食崩溃?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

天哪,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.

这篇关于如何诊断日食崩溃?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆