#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb5855ae7, pid=1431, tid=3028896624
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode, sharing linux-x86 )
# Derivative: IcedTea6 1.9.2
# Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.2-0ubuntu1~10.04.1
# Problematic frame:
# J org.eclipse.equinox.internal.p2.metadata.VersionFormatParser$Qualifier.parse([Lorg/eclipse/equinox/internal/p2/metadata/VersionFormatParser$Fragment;ILjava/util/List;Ljava/lang/String;ILorg/eclipse/equinox/internal/p2/metadata/VersionFormat$TreeInfo;)Z
#
# An error report file with more information is saved as:
# /home/skowron-line/Pobrane/eclipse/hs_err_pid1431.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
Aborted上面的屏幕显示错误后,我已经尝试午餐eclipse作为根,作为简单的用户,它工作得很好。在错误日志文件中有一些东西,但我不理解它们。
有没有人遇到过这样的问题?知道答案是什么
发布于 2011-07-06 20:35:04
这是一个JVM崩溃,可能是由某个与eclipse相关的类发起的。更新到最新和最好的Java,并验证它是否可重现。
发布于 2011-07-06 20:57:13
您已经安装了Sun/Oracle,但是看起来您仍然在运行OpenJDK。尝试调用java -version以确保,然后调用:
更新-java-替代方案
若要将Oracle的Java设置为默认值,请执行以下操作。
https://stackoverflow.com/questions/6596352
复制相似问题