web-dev-qa-db-ja.com

Eclipseがクラッシュし続ける

今日、私のEclipseはクラッシュし続け、このメッセージを表示します:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f9d6dfd4c91, pid=5739, tid=140316573566720
#
# JRE version: 7.0_25-b30
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-AMD64 )
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6ac91]  soup_session_feature_detach+0x11
#
# Core dump written. Default location: /home/panthe/Eclipse/core or core.5739
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

誰か助けてくれますか?

44
Luca Panteghini

バグレポートを確認してください https://bugs.Eclipse.org/bugs/show_bug.cgi?id=404776 最新のEclipse 4.3(Kepler)にアップグレードすることをお勧めします。

あるいは、回避策を試すことができます コメント#6で推奨

回避策として、Eclipse.iniの最後に次を追加します

-Dorg.Eclipse.swt.browser.DefaultType = mozilla

97
Pavel Horal

4.3または4.4へのアップグレードの方がうまく機能します。これは、一部のEclipseプロジェクトでは引き続きクラッシュするためです(たとえば、ADT ...)。 Eclipseの古いバージョンを実行している場合、古いインストールを削除して、新しいバージョンのEclipseを再インストールすることをお勧めします。

buntu 14.04 に最新のEclipseをインストールします

1
Gregor Grajzar