After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 477388 - Eclipse crashes whith gtk+ > 2.11.5
Eclipse crashes whith gtk+ > 2.11.5
Status: RESOLVED DUPLICATE of bug 460194
Product: gtk+
Classification: Platform
Component: .General
2.12.x
Other All
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-09-16 04:47 UTC by free.perception
Modified: 2007-09-17 04:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
hs_err file (77.40 KB, text/plain)
2007-09-16 04:50 UTC, free.perception
Details

Description free.perception 2007-09-16 04:47:43 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:
  • #0 __kernel_vsyscall
  • #1 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #2 *__GI_abort
    at abort.c line 88
  • #3 os::abort
    from /opt/sun-jdk-1.6.0.02/jre/lib/i386/client/libjvm.so
  • #4 VMError::report_and_die
    from /opt/sun-jdk-1.6.0.02/jre/lib/i386/client/libjvm.so
  • #5 JVM_handle_linux_signal
    from /opt/sun-jdk-1.6.0.02/jre/lib/i386/client/libjvm.so
  • #6 signalHandler
    from /opt/sun-jdk-1.6.0.02/jre/lib/i386/client/libjvm.so
  • #7 <signal handler called>
  • #8 IA__gtk_tooltips_set_tip
    at gtktooltips.c line 236
  • #9 Java_org_eclipse_swt_internal_gtk_OS__1gtk_1tooltips_1set_1tip
    from /home/mihasik/.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.osgi/bundles/83/1/.cp/libswt-pi-gtk-3235.so



Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 free.perception 2007-09-16 04:50:35 UTC
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
Comment 2 Mike Auty 2007-09-16 17:31:29 UTC
The mention of tooltips in the hs_err section you've pointed out suggests that this may be related to bug 460194.
Comment 3 free.perception 2007-09-17 04:14:48 UTC
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 ***