Bug 206545

Summary: Eclipse crashes on start
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: eclipseAssignee: Ben Konrath <ben>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-15 16:38:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Horst H. von Brand 2006-09-14 23:42:31 UTC
Description of problem:
Eclise starts it's banner, but then crashes when around 90% through

Version-Release number of selected component (if applicable):
eclipse-platform-3.2.0-5.fc6

How reproducible:
Always

Steps to Reproduce:
1. Start eclipse via Applications --> Programming --> Eclipse
2.
3.
  
Actual results:
Window showing:
JVM terminated. Exit code=127
/usr/bin/java
-jar startup.jar
-os linux
-ws gtk
-arch x86
-launcher /usr/bin/eclipse
-name Eclipse
-showsplash 600
-exitdata 8800d
-vm /usr/bin/java
-vmargs
-jar startup.jar 

/usr/bin/java comes from java-1.4.2-gcj-compat-1.4.2.0-40jpp.108

Expected results:
Dunno. Never tried it before.

Additional info:

Comment 1 Ben Konrath 2006-09-15 02:59:15 UTC
Can you run eclipse from the command line using the -consolelog flag and post
the out here. Thanks.

Comment 2 Horst H. von Brand 2006-09-15 13:55:05 UTC
[vonbrand@laptop13 ~]$ eclipse --consolelog
/usr/bin/java: symbol lookup error:
/usr/share/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-mozilla-gtk-3232.so:
undefined symbol: NS_StringContainerInit2

Comment 3 Andrew Overholt 2006-09-15 13:57:34 UTC
(In reply to comment #2)
/usr/share/eclipse/configuration/org.eclipse.osgi/bundles/29/1/.cp/libswt-mozilla-gtk-3232.so:
> undefined symbol: NS_StringContainerInit2

yum remove mozilla

Also, you *may* need to rm -rf ~/.eclipse afterwards due to .so caching.

Comment 4 Horst H. von Brand 2006-09-15 16:37:20 UTC
Yup, removing mozilla fixed this.

Comment 5 Ben Konrath 2006-09-15 16:38:54 UTC
Cool, closing bug.