0

Eclipse 3.7 (インディゴ) を使用していますが、 を押して自動提案を取得しようとするたびにクラッシュしCtrl+Spaceます。Eclipse と jdk のバージョンを変更しようとしましたが、それでも同じエラーが発生します。

私はUbuntu 13.04で実行していますが、ターミナルからEclipseを実行しようとすると、次のエラーが発生しました-

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f4d744f2009, pid=21632, tid=139972060423936
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6e009]  soup_session_feature_detach+0x19
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/swapnilg/hs_err_pid21632.log
#
# 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.
#

ここに私が得たログファイルがあります。私を助けてください。

4

2 に答える 2

5

これを引き起こすバグ 404776が Eclipseにあるようです。Eclipse Juno と Kepler を使用した Fedora 19 でこの効果がありました。問題は libsoup の新しいバージョンが原因です。

私にとってはかなりうまくいった回避策があります。追加するだけです

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

あなたの終わりにeclipse.ini

BR、
アレックス

于 2013-10-14T07:51:17.403 に答える