You are not logged in.

#1 2013-04-25 13:10:24

xgdgsc
Member
Registered: 2012-02-03
Posts: 125

[Solved] eclipse crashes when click help->welcome

And also crashes when clicking color-theme plugin setting.Error message:

JVM terminated. Exit code=127
/opt/java/bin/java
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /usr/share/eclipse//plugins/org.eclipse.platform_4.2.2.v201302041200/splash.bmp
-launcher /usr/share/eclipse/eclipse
-name Eclipse
--launcher.library /usr/share/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
-startup /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 18450085
-vm /opt/java/bin/java
-vmargs
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar

Added code tags -- Inxsible
Didn't happen before. I also tried using libwebkit with -Dorg.eclipse.swt.browser.UseWebKitGTK=true (as suggested in ArchWiki:eclipse) and it also crashes.

Last edited by xgdgsc (2013-04-27 09:21:13)

Offline

#2 2013-04-25 15:29:15

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [Solved] eclipse crashes when click help->welcome

please use code tags when posting snippets.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2013-04-26 15:03:08

xgdgsc
Member
Registered: 2012-02-03
Posts: 125

Re: [Solved] eclipse crashes when click help->welcome

After update, the problem is gone. Thanks.

Offline

#4 2013-04-26 16:58:39

Vegita
Member
Registered: 2009-10-06
Posts: 111

Re: [Solved] eclipse crashes when click help->welcome

"After update, the problem is gone. Thanks."

I have the same error message, what kind of update are you talking about? Latest update of eclipse package was in march: https://www.archlinux.org/packages/extr … 4/eclipse/

Offline

#5 2013-04-26 20:41:38

Vegita
Member
Registered: 2009-10-06
Posts: 111

Re: [Solved] eclipse crashes when click help->welcome

Since then I even tried OpenJDK instead of Oracle JDK, tried downgrading to Eclipse 4.2.1, unsintalled and reinstalled everything, tried the Eclipse portable version from their site, and the problem was still there. What should I do? What can cause this, it didn't happened 1 week ago, what's gone wrong?

I even tried removing everything from workspaces but my source code, and all .eclipse and sh!t, I even tried running it as another user, and it still crashes on help -> welcome or every fifth minute in best case. sad

Offline

#6 2013-04-27 01:35:50

xgdgsc
Member
Registered: 2012-02-03
Posts: 125

Re: [Solved] eclipse crashes when click help->welcome

I just decided to switch from KDE to GNOME, and installed GNOME3.8. And did a pacman -Syu. I dont know if it's related to GNOME. But after this, Eclipse dont crash in KDE and GNOME

Last edited by xgdgsc (2013-04-27 05:23:46)

Offline

#7 2013-04-27 05:17:38

Vegita
Member
Registered: 2009-10-06
Posts: 111

Re: [Solved] eclipse crashes when click help->welcome

I'm using XFCE. smile But I even have a suspect, that GTK/GTK-themes can may be responsible. I can't think on anything else. There were other issues yesterday because of which I had to downgrade glib2 and gvfs

Offline

#8 2013-04-27 05:30:47

Vegita
Member
Registered: 2009-10-06
Posts: 111

Re: [Solved] eclipse crashes when click help->welcome

Oh my God, my suspect was right:

[vegita@archlinux ~]$ eclipse
/opt/java/bin/java: symbol lookup error: /usr/lib/gio/modules/libgiognomeproxy.so: undefined symbol: g_simple_proxy_resolver_new
[vegita@archlinux ~]$

Offline

#9 2013-04-27 05:41:19

Vegita
Member
Registered: 2009-10-06
Posts: 111

Re: [Solved] eclipse crashes when click help->welcome

SOLVED: had to dowgnrade 3-4 packages

yesterday before the come of the bug I had to downgrade glib2 and gvfs because XFCE and slim always crashed. After that I had to downgrade everything else related to glib2.

pacman -U glib-networking-2.34.2-1-x86_64.pkg.tar.xz glibmm-2.34.1-1-x86_64.pkg.tar.xz
pacman -U /var/cache/pacman/pkg/libsoup-2.40.3-1-x86_64.pkg.tar.xz /var/cache/pacman/pkg/libsoup-gnome-2.40.3-1-x86_64.pkg.tar.xz

Offline

Board footer

Powered by FluxBB