GNOME Bugzilla – Bug 477388
Eclipse crashes whith gtk+ > 2.11.5
Last modified: 2007-09-17 04:14:48 UTC
Please describe the problem: Eclipse works well with gtk+-2.11.5, but crashes with newer versions of gtk+ including gtk+-2.12.0. Stack trace is:
+ Trace 163245
Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 95664 [details] hs_err file Here a most significant part of hs_err file: C [libgtk-x11-2.0.so.0+0x21bf93] gtk_tooltips_set_tip+0x1a3 C [libswt-pi-gtk-3235.so+0x36cc2] Java_org_eclipse_swt_internal_gtk_OS__1gtk_1tooltips_1set_1tip+0xa2 j org.eclipse.swt.internal.gtk.OS._gtk_tooltips_set_tip(II[B[B)V+0 j org.eclipse.swt.internal.gtk.OS.gtk_tooltips_set_tip(II[B[B)V+11 j org.eclipse.swt.widgets.Shell.setToolTipText(ILjava/lang/String;Ljava/lang/String;)V+142 j org.eclipse.swt.widgets.Control.setToolTipText(Lorg/eclipse/swt/widgets/Shell;Ljava/lang/String;Ljava/lang/String;)V+7 j org.eclipse.swt.widgets.Control.setToolTipText(Ljava/lang/String;)V+14 j org.eclipse.swt.custom.CTabFolder._setToolTipText(II)V+30 j org.eclipse.swt.custom.CTabFolder.onMouse(Lorg/eclipse/swt/widgets/Event;)V+771 j org.eclipse.swt.custom.CTabFolder$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+248 J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
The mention of tooltips in the hs_err section you've pointed out suggests that this may be related to bug 460194.
Thank you, Mike. Seems like you have much more "mana" in searching similar issues. Close bug as duplicate. Will report whether patch from bug#460194 works for me in several hours. *** This bug has been marked as a duplicate of 460194 ***