如何诊断日食崩溃?

How to diagnose eclipse crashes?(如何诊断日食崩溃?)
本文介绍了如何诊断日食崩溃?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

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

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

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Why the operating system says it can#39;t allocate memory to jvm when it has enough memory(为什么操作系统说内存足够时无法为jvm分配内存)
Which Java Errors and Exceptions may (not) be thrown by quot;empty statementsquot;?(“空语句可能(不)抛出哪些 Java 错误和异常?)
Query for system (not JVM) uptime in Java(在 Java 中查询系统(不是 JVM)的正常运行时间)
Libgdx Box2D pixel to meter conversion?(Libgdx Box2D 像素到米的转换?)
JVM crashes on Lucene DataInput.readVInt(JVM 在 Lucene DataInput.readVInt 上崩溃)
Java fatal error SIGSEGV with no added native code(未添加本机代码的 Java 致命错误 SIGSEGV)