Eclipse在Ubuntu 14.04上崩溃:Gtk-Message:无法加载模块" overlay-scrollbar"

时间:2015-02-06 17:23:48

标签: java eclipse gtk ubuntu-14.04

Eclipse Juno在启动后几分钟内就崩溃了。我已经扩展了已分配的内存并在此处搜索了其他帮助 - 这似乎是一个常见问题,但建议的解决方案不起作用。

我收到此错误消息:

Gtk-Message: Failed to load module "overlay-scrollbar"
Gtk-Message: Failed to load module "unity-gtk-module"

...然后有很多行...

(npviewer.bin:3295): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

......然后:

Gtk-Message: Failed to load module "canberra-gtk-module"
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fc89b2542a1, pid=3155, tid=140502262986496
#
# JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
# Java VM: OpenJDK 64-Bit Server VM (24.75-b04 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.5.4
# Distribution: Ubuntu 14.04 LTS, package 7u75-2.5.4-1~trusty1
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  soup_session_feature_detach+0x11
#
# 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:
# /usr/local/adteclipse/eclipse/hs_err_pid3155.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
*** NSPlugin Viewer  *** ERROR: rpc_end_sync called when not in sync!

此问题在其他问题的答案中描述为主题问题。问题是,我已经安装了触发此问题的那些。我安装了gtk2引擎,gtk-murrine-engine,gtk-equinox-engine,libgtkmm,libcanberra-gtk-module以及许多主题。因此,由于某种原因,系统找不到它们。

我还调整了eclipse.ini:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.adtproduct
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m
-XX:PermSize=256m
-XX:MaxPermSize=512m
-Dorg.jboss.tools.vpe.loadxulrunner=false

我也尝试过把

org.eclipse.swt.browser.DefaultType=mozilla 

代替最后一行。没有快乐; Eclipse在几分钟内就会崩溃。我还能检查什么?

0 个答案:

没有答案