問題描述
我在 Ubuntu 13.04 上安裝了 jdk 和 eclipse.它一直保持打開狀態,直到我創建一個項目并鍵入一些基本信息,但是當我單擊 javadoc 或 Ctrl+Space 之類的某個位置時,它會在一分鐘內突然崩潰,并顯示以下消息.我在使用 Juno 和 Ubuntu 12.04 時遇到了這個問題,但是當我從 Juno 升級到 Indigo 時,一切正常.但是現在在使用 Indigo 和 Ubuntu 13.04 之后,一切都搞砸了.甚至 Juno 也無法使用 Ubuntu 13.04,我需要幫助.我需要讓日食工作.我只是準備安裝/刪除任何東西以使 Eclipse 再次工作.
I installed jdk and eclipse on to Ubuntu 13.04. It stays open till I create a project and type some basic but then suddenly within a minute when I click somewhere like javadoc or Ctrl+Space, it immediately crashes with the following message. I had this problem with Juno and Ubuntu 12.04, but when I upgraded from Juno to Indigo, it was fine. But now after using Indigo and Ubuntu 13.04 it's all messed up. Even Juno won't work with Ubuntu 13.04, I need help. I need to get eclipse working. I just am ready to install/remove anything to get Eclipse working again.
[psycho:~] $ /opt/eclipse/eclipse
(Eclipse:19297): Gtk-WARNING **: Unable to locate theme engine in module_path: "mist",
(Eclipse:19297): Gtk-WARNING **: Unable to locate theme engine in module_path: "mist",
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fb29dce2009, pid=19297, tid=140405947455232
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 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/psycho/hs_err_pid19297.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
我的日志:eclipse生成的日志
推薦答案
我在帶有 Gnome Shell 3.8 的 Ubuntu 13.04 上運行 ADT 時遇到了同樣的錯誤.
我發現了這個相關的錯誤報告:https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776
以及錯誤報告中發布的解決方法:添加
I had the same error running ADT on Ubuntu 13.04 with Gnome Shell 3.8.
I found this relevant bug report: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776
And a workaround as posted in the bug report:
Add
-Dorg.eclipse.swt.browser.DefaultType=mozilla
到你的 eclipse.ini
它對我有用,我希望它也能解決你的問題.
to your eclipse.ini
It worked for me, I hope it solves the problem for you as well.
這篇關于為什么我的 Eclipse Indigo 在帶有 Oracle JDK 64 位的 Ubuntu 13.04 上崩潰?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!