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

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

问题描述

OMG,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]
#


推荐答案

我曾经在64位Linux上有这种类型的静默崩溃。对我来说,在将这些行添加到我的eclipse.ini之后很好(请参阅相应的 Eclipse Sun 错误条目):

I used to have these kind of silent crashes on 64-bit Linux. For me it was fine after adding these lines to my eclipse.ini (see corresponding Eclipse and Sun bug entries):

-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,<init>

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

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