Bug 77928 - Eclipse crashes with Suse 9.2 (32 bit and 64 bit)
Summary: Eclipse crashes with Suse 9.2 (32 bit and 64 bit)
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P2 critical with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Christophe Cornu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 78371 78720 79614 80650 81803 81996 85039 87043 87566 90868 92359 158108 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-05 04:46 EST by Martin Jochum CLA
Modified: 2006-09-21 10:51 EDT (History)
21 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Jochum CLA 2004-11-05 04:46:10 EST
I tried to open the "Window/Preferences -> Workbench-> Color and Fonts" and the
JVM crached directly with the message below. 

----------------------------------> schnipp <----------------------------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x62EA9172
Function=XSetTile+0x12
Library=/usr/X11R6/lib/libX11.so.6

Current Java thread:
	at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method)
	at org.eclipse.swt.widgets.Display.eventProc(Display.java:879)
	at org.eclipse.swt.internal.gtk.OS.gtk_container_resize_children(Native Method)
	- locked <0x5e05d3e8> (a java.lang.Class)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:532)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setSize(Control.java:666)
	at
org.eclipse.jface.preference.PreferenceDialog$PageLayout.layout(PreferenceDialog.java:109)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Shell.resizeBounds(Shell.java:965)
	at org.eclipse.swt.widgets.Shell.setBounds(Shell.java:991)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:433)
	at
org.eclipse.jface.preference.PreferenceDialog.setShellSize(PreferenceDialog.java:969)
	at
org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1048)
	at
org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:529)
	at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:450)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at
org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:448)
	at
org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:708)
	at
org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:726)
	at
org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:200)
	at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:195)
	at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:349)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
	- locked <0x59d60770> (a org.eclipse.swt.widgets.RunnableLock)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2572)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2301)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
	at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
	at
org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
	at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:704)
	at org.eclipse.core.launcher.Main.main(Main.java:688)

Dynamic libraries:
08048000-08056000 r-xp 00000000 03:03 134211                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/bin/java
08056000-08059000 rwxp 0000d000 03:03 134211                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/bin/java
55555000-5556b000 r-xp 00000000 03:03 13337                             
/lib/ld-2.3.3.so
5556b000-5556d000 rwxp 00015000 03:03 13337                             
/lib/ld-2.3.3.so
55593000-555a1000 r-xp 00000000 03:03 13365                             
/lib/tls/libpthread.so.0
555a1000-555a3000 rwxp 0000d000 03:03 13365                             
/lib/tls/libpthread.so.0
555a6000-555a8000 r-xp 00000000 03:03 13346                             
/lib/libdl.so.2
555a8000-555aa000 rwxp 00001000 03:03 13346                             
/lib/libdl.so.2
555aa000-556b9000 r-xp 00000000 03:03 13363                             
/lib/tls/libc.so.6
556b9000-556ba000 ---p 0010f000 03:03 13363                             
/lib/tls/libc.so.6
556ba000-556bb000 r-xp 0010f000 03:03 13363                             
/lib/tls/libc.so.6
556bb000-556be000 rwxp 00110000 03:03 13363                             
/lib/tls/libc.so.6
556c1000-55abd000 r-xp 00000000 03:03 126152                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/client/libjvm.so
55abd000-55ad8000 rwxp 003fb000 03:03 126152                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/client/libjvm.so
55aea000-55af2000 r-xp 00000000 03:03 126293                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/native_threads/libhpi.so
55af2000-55af3000 rwxp 00007000 03:03 126293                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/native_threads/libhpi.so
55b10000-55b22000 r-xp 00000000 03:03 13349                             
/lib/libnsl.so.1
55b22000-55b24000 rwxp 00011000 03:03 13349                             
/lib/libnsl.so.1
55b26000-55b47000 r-xp 00000000 03:03 13364                             
/lib/tls/libm.so.6
55b47000-55b49000 rwxp 00020000 03:03 13364                             
/lib/tls/libm.so.6
55b49000-55b7e000 r-xs 00000000 03:03 72223                             
/var/run/nscd/passwd
55b7e000-55b82000 rwxs 00000000 03:03 294639                            
/tmp/hsperfdata_mjochum/7887
55b82000-55b92000 r-xp 00000000 03:03 126276                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libverify.so
55b92000-55b94000 rwxp 0000f000 03:03 126276                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libverify.so
55b94000-55bb4000 r-xp 00000000 03:03 126167                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libjava.so
55bb4000-55bb6000 rwxp 0001f000 03:03 126167                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libjava.so
55bb6000-55bca000 r-xp 00000000 03:03 126282                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libzip.so
55bca000-55bcd000 rwxp 00013000 03:03 126282                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libzip.so
55bcd000-57571000 r-xs 00000000 03:03 129715                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/rt.jar
575bb000-575d1000 r-xs 00000000 03:03 129721                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/sunrsasign.jar
575d1000-576ae000 r-xs 00000000 03:03 126319                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/jsse.jar
576ae000-576bf000 r-xs 00000000 03:03 126318                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/jce.jar
576bf000-57c18000 r-xs 00000000 03:03 126026                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/charsets.jar
61ec3000-61efe000 r-xp 00000000 03:03 16044                             
/usr/lib/locale/de_DE.utf8/LC_CTYPE
61efe000-61f04000 r-xs 00000000 03:03 17621                             
/usr/lib/gconv/gconv-modules.cache
62108000-6210b000 r-xs 00000000 03:03 126039                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/dnsns.jar
6210b000-62127000 r-xs 00000000 03:03 126049                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/sunjce_provider.jar
62127000-62134000 r-xs 00000000 03:03 126047                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/ldapsec.jar
62134000-621f0000 r-xs 00000000 03:03 126048                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/localedata.jar
621f0000-621f5000 r-xs 00000000 03:03 262232                            
/opt/SE/entwicklung/eclipse301/startup.jar
62276000-622ae000 r-xs 00000000 03:03 267068                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.osgi_3.0.1/core.jar
622ae000-622b6000 r-xs 00000000 03:03 267063                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.osgi_3.0.1/console.jar
622b6000-622c2000 r-xs 00000000 03:03 267060                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.osgi_3.0.1/osgi.jar
622c2000-622d8000 r-xs 00000000 03:03 267061                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.osgi_3.0.1/resolver.jar
622d8000-622ee000 r-xs 00000000 03:03 267064                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar
622ee000-6230d000 r-xs 00000000 03:03 267071                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar
6240f000-62466000 r-xs 00000000 03:03 264824                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar
62466000-62476000 r-xp 00000000 03:03 126273                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnet.so
62476000-62477000 rwxp 0000f000 03:03 126273                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnet.so
62477000-6247d000 r-xp 00000000 03:03 126274                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnio.so
6247d000-6247e000 rwxp 00005000 03:03 126274                            
/usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnio.so
6247e000-62493000 r-xs 00000000 03:03 266244                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar
62493000-624a7000 r-xs 00000000 03:03 264374                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar
624a7000-625f6000 r-xs 00000000 03:03 268140                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.ide_3.0.1/ide.jar
625f6000-625f7000 r-xs 00000000 03:03 283113                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar
625f7000-6282c000 r-xs 00000000 03:03 263964                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.workbench_3.0.1/workbench.jar
6282c000-628aa000 r-xs 00000000 03:03 266565                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.jface_3.0.0/jface.jar
628aa000-628ab000 r-xs 00000000 03:03 265654                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui_3.0.1/ui.jar
628ab000-628be000 r-xs 00000000 03:03 278597                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt-mozilla.jar
628be000-628cb000 r-xs 00000000 03:03 278596                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt-pi.jar
628cb000-629a9000 r-xs 00000000 03:03 278595                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt.jar
629a9000-629df000 r-xp 00000000 03:03 278590                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3063.so
629df000-629e1000 rwxp 00035000 03:03 278590                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3063.so
629e1000-629e2000 r-xp 00000000 03:03 13841                             
/usr/lib/locale/de_DE.utf8/LC_IDENTIFICATION
629e2000-629e3000 r-xp 00000000 03:03 16184                             
/usr/lib/locale/de_DE.utf8/LC_MEASUREMENT
629e3000-629e4000 r-xp 00000000 03:03 13844                             
/usr/lib/locale/de_DE.utf8/LC_TELEPHONE
629e4000-629e5000 r-xp 00000000 03:03 13840                             
/usr/lib/locale/de_DE.utf8/LC_ADDRESS
629e5000-629e6000 r-xp 00000000 03:03 13843                             
/usr/lib/locale/de_DE.utf8/LC_NAME
629e6000-629e7000 r-xp 00000000 03:03 16181                             
/usr/lib/locale/de_DE.utf8/LC_PAPER
629e7000-629e8000 r-xp 00000000 03:03 16043                             
/usr/lib/locale/de_DE.utf8/LC_MESSAGES/SYS_LC_MESSAGES
629e8000-629e9000 r-xp 00000000 03:03 16019                             
/usr/lib/locale/de_DE.utf8/LC_MONETARY
629e9000-629f9000 r-xs 00000000 03:03 281263                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.help_3.0.0/help.jar
629f9000-629fb000 r-xp 00000000 03:03 45041                             
/opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so
629fb000-629fc000 rwxp 00001000 03:03 45041                             
/opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so
629fc000-62a02000 r-xs 00000000 03:03 265826                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.update.scheduler_3.0.0/scheduler.jar
62a02000-62a05000 r-xp 00000000 03:03 45040                             
/opt/gnome/lib/pango/1.4.0/modules/pango-arabic-fc.so
62a05000-62a06000 rwxp 00002000 03:03 45040                             
/opt/gnome/lib/pango/1.4.0/modules/pango-arabic-fc.so
62a07000-62cc1000 r-xp 00000000 03:03 52315                             
/opt/gnome/lib/libgtk-x11-2.0.so.0.400.9
62cc1000-62cca000 rwxp 002ba000 03:03 52315                             
/opt/gnome/lib/libgtk-x11-2.0.so.0.400.9
62ccd000-62d37000 r-xp 00000000 03:03 52309                             
/opt/gnome/lib/libgdk-x11-2.0.so.0.400.9
62d37000-62d3c000 rwxp 00069000 03:03 52309                             
/opt/gnome/lib/libgdk-x11-2.0.so.0.400.9
62d3c000-62d55000 r-xp 00000000 03:03 17980                             
/opt/gnome/lib/libatk-1.0.so.0.600.0
62d55000-62d57000 rwxp 00018000 03:03 17980                             
/opt/gnome/lib/libatk-1.0.so.0.600.0
62d57000-62d6b000 r-xp 00000000 03:03 52311                             
/opt/gnome/lib/libgdk_pixbuf-2.0.so.0.400.9
62d6b000-62d6c000 rwxp 00013000 03:03 52311                             
/opt/gnome/lib/libgdk_pixbuf-2.0.so.0.400.9
62d6c000-62d70000 r-xp 00000000 03:03 45036                             
/opt/gnome/lib/libpangoxft-1.0.so.0.400.1
62d70000-62d71000 rwxp 00003000 03:03 45036                             
/opt/gnome/lib/libpangoxft-1.0.so.0.400.1
62d71000-62d7b000 r-xp 00000000 03:03 45034                             
/opt/gnome/lib/libpangox-1.0.so.0.400.1
62d7b000-62d7c000 rwxp 0000a000 03:03 45034                             
/opt/gnome/lib/libpangox-1.0.so.0.400.1
62d7c000-62dab000 r-xp 00000000 03:03 45030                             
/opt/gnome/lib/libpango-1.0.so.0.400.1
62dab000-62db0000 rwxp 0002e000 03:03 45030                             
/opt/gnome/lib/libpango-1.0.so.0.400.1
62db0000-62de8000 r-xp 00000000 03:03 17431                             
/opt/gnome/lib/libgobject-2.0.so.0.400.6
62de8000-62dea000 rwxp 00037000 03:03 17431                             
/opt/gnome/lib/libgobject-2.0.so.0.400.6
62dea000-62ded000 r-xp 00000000 03:03 17429                             
/opt/gnome/lib/libgmodule-2.0.so.0.400.6
62ded000-62dee000 rwxp 00002000 03:03 17429                             
/opt/gnome/lib/libgmodule-2.0.so.0.400.6
62dee000-62df1000 r-xp 00000000 03:03 17433                             
/opt/gnome/lib/libgthread-2.0.so.0.400.6
62df1000-62df2000 rwxp 00003000 03:03 17433                             
/opt/gnome/lib/libgthread-2.0.so.0.400.6
62df2000-62e70000 r-xp 00000000 03:03 17427                             
/opt/gnome/lib/libglib-2.0.so.0.400.6
62e70000-62e71000 rwxp 0007e000 03:03 17427                             
/opt/gnome/lib/libglib-2.0.so.0.400.6
62e71000-62e76000 r-xp 00000000 03:03 22452                             
/usr/X11R6/lib/libXtst.so.6.1
62e76000-62e77000 rwxp 00004000 03:03 22452                             
/usr/X11R6/lib/libXtst.so.6.1
62e77000-62f6f000 r-xp 00000000 03:03 22410                             
/usr/X11R6/lib/libX11.so.6.2
62f6f000-62f73000 rwxp 000f7000 03:03 22410                             
/usr/X11R6/lib/libX11.so.6.2
62f73000-62f76000 r-xp 00000000 03:03 22445                             
/usr/X11R6/lib/libXrandr.so.2.0
62f76000-62f77000 rwxp 00002000 03:03 22445                             
/usr/X11R6/lib/libXrandr.so.2.0
62f77000-62f7e000 r-xp 00000000 03:03 22434                             
/usr/X11R6/lib/libXi.so.6.0
62f7e000-62f7f000 rwxp 00006000 03:03 22434                             
/usr/X11R6/lib/libXi.so.6.0
62f7f000-62f91000 r-xp 00000000 03:03 22432                             
/usr/X11R6/lib/libXft.so.2.1.2
62f91000-62f92000 rwxp 00011000 03:03 22432                             
/usr/X11R6/lib/libXft.so.2.1.2
62f92000-62ffa000 r-xp 00000000 03:03 17414                             
/usr/lib/libfreetype.so.6.3.7
62ffa000-63001000 rwxp 00068000 03:03 17414                             
/usr/lib/libfreetype.so.6.3.7
63001000-63026000 r-xp 00000000 03:03 18034                             
/usr/lib/libfontconfig.so.1.0.4
63026000-6302a000 rwxp 00025000 03:03 18034                             
/usr/lib/libfontconfig.so.1.0.4
6302b000-63033000 r-xp 00000000 03:03 22421                             
/usr/X11R6/lib/libXcursor.so.1.0.2
63033000-63034000 rwxp 00007000 03:03 22421                             
/usr/X11R6/lib/libXcursor.so.1.0.2
63034000-6303b000 r-xp 00000000 03:03 22447                             
/usr/X11R6/lib/libXrender.so.1.2.2
6303b000-6303c000 rwxp 00006000 03:03 22447                             
/usr/X11R6/lib/libXrender.so.1.2.2
6303c000-63049000 r-xp 00000000 03:03 22425                             
/usr/X11R6/lib/libXext.so.6.4
63049000-6304a000 rwxp 0000d000 03:03 22425                             
/usr/X11R6/lib/libXext.so.6.4
6304a000-6306e000 r-xp 00000000 03:03 45032                             
/opt/gnome/lib/libpangoft2-1.0.so.0.400.1
6306e000-6306f000 rwxp 00024000 03:03 45032                             
/opt/gnome/lib/libpangoft2-1.0.so.0.400.1
6306f000-6308c000 r-xp 00000000 03:03 17375                             
/usr/lib/libexpat.so.0.5.0
6308c000-6308e000 rwxp 0001d000 03:03 17375                             
/usr/lib/libexpat.so.0.5.0
6308e000-63166000 r-xp 00000000 03:03 16186                             
/usr/lib/locale/de_DE.utf8/LC_COLLATE
63166000-63167000 r-xp 00000000 03:03 13845                             
/usr/lib/locale/de_DE.utf8/LC_TIME
63167000-63168000 r-xp 00000000 03:03 16158                             
/usr/lib/locale/de_DE.utf8/LC_NUMERIC
63168000-63169000 r-xp 00000000 03:03 22397                             
/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
63169000-6316a000 rwxp 00000000 03:03 22397                             
/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
6316a000-63173000 r-xp 00000000 03:03 52127                             
/opt/gnome/share/locale/de/LC_MESSAGES/gtk20.mo
63173000-6318b000 r-xp 00000000 03:03 52126                             
/opt/gnome/share/locale/de/LC_MESSAGES/gtk20-properties.mo
6318b000-6318c000 r-xp 00000000 03:03 17570                             
/usr/lib/gconv/ISO8859-1.so
6318c000-6318e000 rwxp 00000000 03:03 17570                             
/usr/lib/gconv/ISO8859-1.so
6318e000-631b4000 r-xp 00000000 03:03 278588                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3063.so
631b4000-631b6000 rwxp 00026000 03:03 278588                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3063.so
631b6000-631d0000 r-xp 00000000 03:03 57825                             
/opt/gnome/lib/gtk-2.0/2.4.0/engines/libqtengine.so
631d0000-631d1000 rwxp 0001a000 03:03 57825                             
/opt/gnome/lib/gtk-2.0/2.4.0/engines/libqtengine.so
631d1000-6388b000 r-xp 00000000 03:03 23963                             
/usr/lib/qt3/lib/libqt-mt.so.3.3.3
6388b000-638cc000 rwxp 006ba000 03:03 23963                             
/usr/lib/qt3/lib/libqt-mt.so.3.3.3
638cf000-638ee000 r-xp 00000000 03:03 15749                             
/usr/share/locale/de/LC_MESSAGES/libc.mo
638ee000-638f0000 r-xp 00000000 03:03 45043                             
/opt/gnome/lib/pango/1.4.0/modules/pango-hangul-fc.so
638f0000-638f1000 rwxp 00001000 03:03 45043                             
/opt/gnome/lib/pango/1.4.0/modules/pango-hangul-fc.so
638f5000-63922000 r-xp 00000000 03:03 18133                             
/usr/lib/libpng.so.3.1.2.6
63922000-63923000 rwxp 0002d000 03:03 18133                             
/usr/lib/libpng.so.3.1.2.6
63923000-63933000 r-xp 00000000 03:03 17977                             
/lib/libz.so.1.2.1
63933000-63934000 rwxp 0000f000 03:03 17977                             
/lib/libz.so.1.2.1
63934000-6393b000 r-xp 00000000 03:03 22407                             
/usr/X11R6/lib/libSM.so.6.0
6393b000-6393c000 rwxp 00007000 03:03 22407                             
/usr/X11R6/lib/libSM.so.6.0
6393c000-63951000 r-xp 00000000 03:03 22405                             
/usr/X11R6/lib/libICE.so.6.3
63951000-63952000 rwxp 00014000 03:03 22405                             
/usr/X11R6/lib/libICE.so.6.3
63954000-63a06000 r-xp 00000000 03:03 18137                             
/usr/lib/libstdc++.so.5.0.7
63a06000-63a0b000 rwxp 000b1000 03:03 18137                             
/usr/lib/libstdc++.so.5.0.7
63a10000-63a17000 r-xp 00000000 03:03 17802                             
/lib/libgcc_s.so.1
63a17000-63a18000 rwxp 00006000 03:03 17802                             
/lib/libgcc_s.so.1
63a18000-63a82000 r-xp 00000000 03:03 25135                             
/usr/lib/qt3/plugins/styles/thinkeramik.so
63a82000-63a85000 rwxp 00069000 03:03 25135                             
/usr/lib/qt3/plugins/styles/thinkeramik.so
63a85000-63aa8000 r-xp 00000000 03:03 111045                            
/usr/X11R6/lib/X11/fonts/truetype/verdana.ttf
63aa8000-63ad8000 rw-s 00000000 00:06 2162693                           
/SYSV00000000 (deleted)
63ad8000-63b77000 r-xs 00000000 03:03 279271                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.core.resources_3.0.1/resources.jar
63c79000-63c80000 r-xp 00000000 03:03 278589                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3063.so
63c80000-63c81000 rwxp 00007000 03:03 278589                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3063.so
63d02000-63d10000 r-xs 00000000 03:03 264085                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.views_3.0.0/views.jar
63d11000-63d6a000 r-xs 00000000 03:03 266929                            
/opt/SE/entwicklung/eclipse301/plugins/org.python.pydev_0.6.1/pydev.jar
63d6a000-63d94000 r-xs 00000000 03:03 278951                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.text_3.0.1/text.jar
63d94000-63e2b000 r-xs 00000000 03:03 263760                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.jface.text_3.0.1/jfacetext.jar
63e2b000-63e69000 r-xs 00000000 03:03 266951                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.editors_3.0.1/editors.jar
63eea000-63f47000 r-xs 00000000 03:03 283107                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar
63f47000-63f61000 r-xs 00000000 03:03 265480                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ui.externaltools_3.0.1/externaltools.jar
63f61000-64042000 r-xs 00000000 03:03 282449                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.debug.ui_3.0.1/dtui.jar
64042000-6407a000 r-xs 00000000 03:03 266096                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.debug.core_3.0.1/dtcore.jar
6407a000-64087000 r-xs 00000000 03:03 267055                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar
64189000-641af000 r-xp 00000000 03:03 111043                            
/usr/X11R6/lib/X11/fonts/truetype/verdanai.ttf
641af000-641d1000 r-xp 00000000 03:03 111042                            
/usr/X11R6/lib/X11/fonts/truetype/verdanab.ttf
641f7000-6423b000 r-xp 00000000 03:03 111013                            
/usr/X11R6/lib/X11/fonts/truetype/arial.ttf
6423b000-642c0000 r-xp 00000000 03:03 57036                             
/usr/X11R6/lib/X11/fonts/misc/f12.pcf.gz
64362000-6437c000 r-xp 00000000 03:03 111004                            
/usr/X11R6/lib/X11/fonts/truetype/andalemo.ttf
643c1000-64472000 r-xp 00000000 03:03 57040                             
/usr/X11R6/lib/X11/fonts/misc/f14.pcf.gz
645f6000-646ad000 r-xs 00000000 03:03 265724                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.ant.ui_3.0.1/antui.jar
646ad000-646cd000 r-xs 00000000 03:03 264110                            
/opt/SE/entwicklung/eclipse301/plugins/com.sysdeo.eclipse.tomcat_3.0.0/tomcat.jar
646cd000-6499c000 r-xs 00000000 03:03 282201                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.jdt.core_3.0.1/jdtcore.jar
6499c000-649c8000 r-xs 00000000 03:03 278548                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.team.core_3.0.0/team.jar
64a52000-64ac4000 r-xs 00000000 03:03 262987                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.team.ui_3.0.1/teamui.jar
64c00000-64c61000 r-xs 00000000 03:03 281052                            
/opt/SE/entwicklung/eclipse301/plugins/org.eclipse.compare_3.0.0/compare.jar
64c61000-64cc1000 rw-s 00000000 00:06 14548995                          
/SYSV00000000 (deleted)

Heap at VM Abort:
Heap
 def new generation   total 640K, used 141K [0x59cc0000, 0x59d70000, 0x5a1a0000)
  eden space 576K,  14% used [0x59cc0000, 0x59cd4550, 0x59d50000)
  from space 64K,  94% used [0x59d60000, 0x59d6f260, 0x59d70000)
  to   space 64K,   0% used [0x59d50000, 0x59d50000, 0x59d60000)
 tenured generation   total 7544K, used 5165K [0x5a1a0000, 0x5a8fe000, 0x5dcc0000)
   the space 7544K,  68% used [0x5a1a0000, 0x5a6ab598, 0x5a6ab600, 0x5a8fe000)
 compacting perm gen  total 13824K, used 13579K [0x5dcc0000, 0x5ea40000, 0x61cc0000)
   the space 13824K,  98% used [0x5dcc0000, 0x5ea02e10, 0x5ea03000, 0x5ea40000)

Local Time = Fri Nov  5 09:54:48 2004
Elapsed Time = 38
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
----------------------------------> schnapp <----------------------------------
Comment 1 Steve Northover CLA 2004-11-05 10:21:15 EST
Note AMD64.
Comment 2 Christophe Cornu CLA 2004-11-05 12:39:40 EST
Cannot reproduce here.

I see you've tried multiple versions. Could you also try the M3 candidate - 
with an empty workspace?
http://download.eclipse.org/downloads/drops/I-I20041105-
200411050810/download.php?dropFile=eclipse-SDK-I20041105-linux-gtk-amd64.zip

Does it happen systematically?
Comment 3 Martin Jochum CLA 2004-11-05 13:14:00 EST
I think the reason for the crashs is not a determined Eclipse Version (3.0,
3.0.1, 3.1M2) or Processor Version (P4, AMD64), but the used Linux Version (SUSE
9.2!!!).
Comment 4 Peter Gabbi CLA 2004-11-09 05:04:55 EST
I have the same problem after update from Suse Pro. 9.1 up to Suse Pro. 9.2.
It is not a AMD64 problem, because im use Suse 9.2 on P4.
A support-request is pending on Suse. 
Comment 5 Christophe Cornu CLA 2004-11-09 09:59:35 EST
Peter: can you confirm you crash in the same use case (Window > preferences > 
colors and fonts) on your P4?

Updating summary
Comment 6 Peter Gabbi CLA 2004-11-10 03:11:56 EST
Christophe: Yes, it Crash in the same use case.
I think the Problem is, Suse 9.2 install a new Java VM does not compatiple with
Eclipse 3.0 
Comment 7 Peter Gabbi CLA 2004-11-10 10:05:16 EST
It is a Suse/KDE problem. the eclipse run without crash under Suse/GNOME.
the request is still pending on SUSE.
Comment 8 Rafael Chaves CLA 2004-11-11 10:51:40 EST
*** Bug 78371 has been marked as a duplicate of this bug. ***
Comment 9 Felipe Heidrich CLA 2004-11-11 11:32:04 EST
I think the gtk-qt theme engine of SuSE 9.2 has a bug that is causing this 
problem, I notice in the stacktrace that library libqtengine.so is loaded so I 
think you guys are using gtk-qt (a theme engines that make gtk widgets to look 
like qt widgets).

Please, choose a different theme and try to recreate the problem.
Comment 10 Felipe Heidrich CLA 2004-11-11 11:38:21 EST
SuSE 9.2 includes gtk-qt-engine:
http://www.suse.com/us/private/products/suse_linux/prof/packages_professional/g
tk-qt-engine.html
Gtk-qt-engine homepage:
http://www.freedesktop.org/Software/gtk-qt
Comment 11 Felipe Heidrich CLA 2004-11-11 11:42:06 EST
*** Bug 75040 has been marked as a duplicate of this bug. ***
Comment 12 ronny CLA 2004-11-12 13:20:10 EST
I've got the same problem and no solution. 
Felipe Heidrich suggested to change the KDE-Theme but I don't know how to do 
this. I don't use a theme-manager like karamba or how it is called and only 
changing the window-decoration in the kde-controll-center doesn't fix the 
problem. 
 
Perhaps it is a problem of KDE 3.3.0 and not only of Suse9.2/KDE?  
But I don't know a KDE3.3.0-user without Suse9.2 or a KDE3.2-user with Suse9.2 
using the Eclipse who could verify this for us. 
 
By the way the ugly Motif-Version seems to work. 
(Or the Gtk-Version with IceWM instead of KDE.) 
 
help! 
spunti 
Comment 13 Tomas Znamenacek CLA 2004-11-16 08:19:01 EST
After changing the Qt theme(GUI Style) to theme "Light, 3rd revision", by 
using "qtconfig" tool, the Eclipse does not crash anymore.
This is a workaround, not a solution.
Also, on my machine, the Eclipse menu font is almost twice as big as the menu 
font in all other applications, including Qt based applications.
Comment 14 ronny CLA 2004-11-16 16:47:53 EST
Hello friends, 
 
the best workaround is uninstalling "gtk-qt-engine" in yast. 
 
The con is that some applications (Eclipse, Gimp) have not the kde-look but 
they stay nice, though. 
I hope this problem will be solved sometime, because some of us write 
SWT-applications especially to get these kde-look. 
 
thanks 
spunti 
Comment 15 Felipe Heidrich CLA 2004-11-17 10:59:29 EST
*** Bug 78720 has been marked as a duplicate of this bug. ***
Comment 16 Andrew Goedhart CLA 2004-11-21 06:20:05 EST
This also happens on start up if the fonts where changed from standard before
the system was upgraded. There also seems to be sparodic crashes releated to SWT
whilst running the system again due to an external exceptions in SWT code. It
also happens on JDK 1.5 in 64 bit mode. 
Comment 17 David Sansome CLA 2004-11-23 13:03:49 EST
This is now fixed in the CVS version of gtk-qt: 
http://cvs.freedesktop.org/gtk-qt/gtk-qt-engine/src/qt_qt_wrapper.cpp?r1=1.51&r2=1.52 
 
The problem was caused by Eclipse trying to draw a tiny vertical scrollbar 
(with a height of about 2 pixels).  Some geometry code in the theme engine 
then tried to create a temporary pixmap with a negative height, which caused 
the crash.  The theme engine now checks if scrollbars are a valid size, and 
will not draw them if they are too small. 
Comment 18 Felipe Heidrich CLA 2004-11-24 11:07:37 EST
Thanks David.

Closing problem report. 
Comment 19 Felipe Heidrich CLA 2004-11-29 16:52:00 EST
*** Bug 79614 has been marked as a duplicate of this bug. ***
Comment 20 Andreas Herz CLA 2004-12-08 06:56:12 EST
Hi,

I have checked out the latest version (08.12.2004) of the gtk-qt binding,
and Eclipse crashes.

I use the 'Liquid' Theme for KDE
Comment 21 Billy Biggs CLA 2004-12-10 09:21:05 EST
*** Bug 80650 has been marked as a duplicate of this bug. ***
Comment 22 Rafael Chaves CLA 2005-01-04 13:11:47 EST
*** Bug 81996 has been marked as a duplicate of this bug. ***
Comment 23 Billy Biggs CLA 2005-01-21 16:16:34 EST
*** Bug 81803 has been marked as a duplicate of this bug. ***
Comment 24 Billy Biggs CLA 2005-02-11 16:06:26 EST
*** Bug 85039 has been marked as a duplicate of this bug. ***
Comment 25 Veronika Irvine CLA 2005-03-03 13:30:38 EST
*** Bug 87043 has been marked as a duplicate of this bug. ***
Comment 26 Billy Biggs CLA 2005-03-09 16:25:42 EST
*** Bug 87566 has been marked as a duplicate of this bug. ***
Comment 27 Billy Biggs CLA 2005-04-14 11:19:00 EDT
We are still getting far too many duplicates for this bug.  What is going on
with SuSE?  Is there not an updated package from them for this crash?
Comment 28 Billy Biggs CLA 2005-04-14 11:20:20 EDT
*** Bug 90868 has been marked as a duplicate of this bug. ***
Comment 29 Billy Biggs CLA 2005-04-14 11:22:01 EDT
*** Bug 81803 has been marked as a duplicate of this bug. ***
Comment 30 Mike Miller CLA 2005-04-19 14:30:05 EDT
Just had the same problem with 3.1M6 and Novell Linux Desktop (basically a SuSE
flavor) - had to uninstall the gtk-qt-engine as suggested towards the bottom of
this thread in order to get Eclipse to stay up.
Comment 31 Kjell Morgenstern CLA 2005-04-20 05:09:23 EDT
After update from Suse 9.2 to Suse 9.3, eclipse started crashing again. 
I was able to update eclipse to 
Version: 3.0.2 
Build id: 200503110845 
but it still kept crashing. 
Uninstalling gtk-qt-engine helped again. 
gtk-qt-engine in Suse 9.3 is 0.6 CVS from 29.Feb.2005. 
 
Comment 32 Federico Mena Quintero CLA 2005-04-20 15:14:10 EDT
Could NLD and SUSE 9.2/9.3 users please post the output of these two commands:

  rpm -q gtk-qt-engine
  rpm -q --changelog gtk-qt-engine | head
Comment 33 Federico Mena Quintero CLA 2005-04-20 15:14:57 EDT
Also, SUSE people tell me that this has been fixed in the latest gtk-qt-engine
package for 9.2.  An update for NLD should be available shortly.
Comment 34 Andreas Herz CLA 2005-04-20 15:52:13 EDT
Hi,

I have downloaded the gtk-qt-engine-0.6.tar.bz2 and install
them on my SUSE 9.2 with eclipse 3.1 and I have 
the crashes too.

sorry - it seems that the fix doesn't work.
Comment 35 Matthew Hailstone CLA 2005-04-20 16:06:59 EDT
rpm -q gtk-qt-engine

gtk-qt-engine-0.5-7.2

rpm -q --changelog gtk-qt-engine | head

* Mon Oct 04 2004 - matz@suse.de

- Fix inverted sliders and the file box of the file dialog
  (look at inverted flag of ranges and new types of rows) (#45930, #44868).

* Fri Aug 27 2004 - adrian@suse.de

- disable kcm modul since it is not translated

* Mon Aug 16 2004 - schwab@suse.de
Comment 36 Matthew Hailstone CLA 2005-04-20 16:15:53 EDT
The above information is of the following environment:

cat /proc/version

Linux version 2.6.5-7.145-default (geeko@buildhost) (gcc version 3.3.3 (SuSE
Linux)) #1 Thu Jan 27 09:19:29 UTC 2005
Comment 37 Kjell Morgenstern CLA 2005-04-20 16:22:12 EDT
For Suse 9.3  
cat /proc/version 
Linux version 2.6.11.4-20a-default (geeko@buildhost) (gcc version 3.3.5 
20050117 (prerelease) (SUSE Linux)) #1 Wed Mar 23 21:52:37 UTC 2005 
 
   
rpm -q gtk-qt-engine   
gtk-qt-engine-0.6cvs20050229-4   
   
rpm -q --changelog gtk-qt-engine   
* Mo Feb 28 2005 - adrian@suse.de   
   
- update to current cvs snapshot   
  * memory leak fix   
   
* Mi Jan 05 2005 - adrian@suse.de   
   
- update to version 0.6   
   
* Di Nov 30 2004 - adrian@suse.de   
   
- complete last fix (#45222)   
   
* Di Nov 23 2004 - adrian@suse.de   
   
- crash fix by matz (#45222)   
   
* Mo Okt 04 2004 - matz@suse.de   
------- cut --------   
Comment 38 Matthew Hailstone CLA 2005-04-20 16:23:19 EDT
Bugs that seem to be related that don't imply the gtk-qt-engine. Please see bug
81803 and bug 86925.
Comment 39 Andreas Herz CLA 2005-04-20 16:40:24 EDT
I deinstall the gtk-qt and eclipse works fine.
In my case it seems to be the gtk-qt

Comment 40 Kjell Morgenstern CLA 2005-04-20 17:17:13 EDT
I started eclipse 3.01 with gtk-qt-engine-0.6cvs20050229-4 installed to get a  
crash report. I first was confused since it didn't crash immediately (it used  
to do that) But it finaly crashed, and after that, continued to crash  
immediately :-)  
  
The report is the same as in bug 86925 : 
 
# 
# HotSpot Virtual Machine Error, Internal Error 
# Please report this error at 
# http://java.sun.com/cgi-bin/bugreport.cgi 
# 
# Java VM: Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode) 
# 
# Error ID: 43113F32554E54494D45110E4350500308 
# 
# Problematic Thread: prio=1 tid=0x0805bd10 nid=0x1fd5 runnable 
# 
- cut- 
 
Eclipse Version: 3.0.2 
Build id: 200503110845 is running without problems now ?? Will report if it 
crashes again. 
Comment 41 Kjell Morgenstern CLA 2005-04-20 18:19:55 EDT
Build id: 200503110845 also crashed, took some time, Error ID: 
43113F32554E54494D45110E4350500308 ... 
these crashes seem hard to reproduce. Sometime direct after starting, sometimes 
when clicking somewhere in the menu, this time when scrolling through a text 
with mouse wheel. 
 
deinstalled gtk-qt-engine again and working fine since then. 
Comment 42 Federico Mena Quintero CLA 2005-04-20 19:04:30 EDT
Please file a specific bug in http://bugzilla.novell.com.  Please use the
"Novell Linux Desktop" product in there.

It would be good to know exactly what's crashing gtk-qt-engine:  something like
"it crashes when you call gtk_paint_box() with such and such dimensions" would
be great.
Comment 43 Billy Biggs CLA 2005-04-20 20:13:13 EDT
Although I have not reproduced this problem myself (I do not have an NLD9
machine right now), I took the liberty of filing this bug upstream:

  https://bugzilla.novell.com/show_bug.cgi?id=79254
Comment 44 Billy Biggs CLA 2005-04-22 09:18:40 EDT
*** Bug 92359 has been marked as a duplicate of this bug. ***
Comment 45 Lars Westergren CLA 2006-03-16 06:51:00 EST
A little regression warning here, I use Suse 10.0 x86_64, upgraded to KDE3.5 and Qt3, and Eclipse started crashing about once  a minute with a "HotSpot compiler" error. After first swearing over Suse, then Sun, and finally IBM and Eclipse, I'm back to swearing over Suse again, as it seems like they are the ones who have re-introduced this bug. My apologies to the innocents I blamed. :-)

Searching the Novell bugzilla shows that they claim they don't install gtk-qt-bridge because it is bugged, and therefore this bug is solved, but this seems not be the true, at least not when upgrading 64 bit 10.0 through Yast:
https://bugzilla.novell.com/show_bug.cgi?id=102955

Anyway, removing the gtk-qt-bridge package (v. 0.6) fixed things for me. As a bonus, Eclipse is much faster now without it, and still looks almost as good as before.

I will file a bug report with Novell if I manage to create an account there.
Comment 46 Grant Gayed CLA 2006-09-21 10:51:01 EDT
*** Bug 158108 has been marked as a duplicate of this bug. ***