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 341243 - Crash when dragging tabs to another window
Crash when dragging tabs to another window
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
: 348840 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-05-10 11:53 UTC by Wouter Bolsterlee (uws)
Modified: 2006-07-27 12:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the problem (948 bytes, patch)
2006-07-27 12:44 UTC, Richard Hult
none Details | Review

Description Wouter Bolsterlee (uws) 2006-05-10 11:53:22 UTC
Gossip HEAD crashed while dragging tab from one window to another

Backtrace was generated from '/opt/gnome/bin/gossip'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1229375808 (LWP 4890)]
0xb71c51fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0

Thread 1 (Thread -1229375808 (LWP 4890))

  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 792
  • #2 <signal handler called>
  • #3 gtk_notebook_button_release
    at gtknotebook.c line 2409
  • #4 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #5 g_type_class_meta_marshal
    at gclosure.c line 567
  • #6 IA__g_closure_invoke
    at gclosure.c line 490
  • #7 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #8 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #9 IA__g_signal_emit
    at gsignal.c line 2241
  • #10 gtk_widget_event_internal
    at gtkwidget.c line 3767
  • #11 IA__gtk_propagate_event
    at gtkmain.c line 2187
  • #12 IA__gtk_main_do_event
    at gtkmain.c line 1420
  • #13 gdk_event_dispatch
    at gdkevents-x11.c line 2314
  • #14 IA__g_main_context_dispatch
    at gmain.c line 1913
  • #15 g_main_context_iterate
    at gmain.c line 2508
  • #16 IA__g_main_loop_run
    at gmain.c line 2749
  • #17 IA__gtk_main
    at gtkmain.c line 999
  • #18 main
    at gossip-main.c line 157
  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0

Comment 1 Wouter Bolsterlee (uws) 2006-05-10 11:58:22 UTC
fwiw, I'm running gtk+ HEAD :)
Comment 2 Martyn Russell 2006-05-10 13:00:51 UTC
:)

The thought had occurred to me that you might be running GTK+ HEAD.

I am hopping we will be able to ditch GossipNotebook in favour of the new work in GTK+ HEAD.
Comment 3 Richard Hult 2006-05-12 07:50:51 UTC
I think there were some bugs in GTK+ in that area that were fixed very recently. Could you try with an updated GTK+?

Comment 4 Wouter Bolsterlee (uws) 2006-05-12 08:45:49 UTC
Still the same crasher with GTK+ HEAD.
Comment 5 Richard Hult 2006-05-18 16:38:41 UTC
Still? There have been more fixes committed to GTK+.

Comment 6 Richard Hult 2006-05-18 16:42:54 UTC
This is not critical btw, GTK+ is not even released yet. Plus we don't really look at those fields, bugs are not fixed in some certain order.
Comment 7 Wouter Bolsterlee (uws) 2006-05-18 17:36:20 UTC
Backtrace was generated from '/usr/libexec/gossip'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1228732736 (LWP 27546)]
0xb72621fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0
  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 792
  • #2 <signal handler called>
  • #3 gtk_notebook_button_release
    at gtknotebook.c line 2578
  • #4 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #5 g_type_class_meta_marshal
    at gclosure.c line 567
  • #6 IA__g_closure_invoke
    at gclosure.c line 490
  • #7 signal_emit_unlocked_R
    at gsignal.c line 2476
  • #8 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #9 IA__g_signal_emit
    at gsignal.c line 2241
  • #10 gtk_widget_event_internal
    at gtkwidget.c line 3779
  • #11 IA__gtk_propagate_event
    at gtkmain.c line 2187
  • #12 IA__gtk_main_do_event
    at gtkmain.c line 1420
  • #13 gdk_event_dispatch
    at gdkevents-x11.c line 2314
  • #14 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #15 g_main_context_iterate
    at gmain.c line 2547
  • #16 IA__g_main_loop_run
    at gmain.c line 2751
  • #17 IA__gtk_main
    at gtkmain.c line 999
  • #18 main
    at gossip-main.c line 159

Comment 8 Richard Hult 2006-07-27 12:39:53 UTC
*** Bug 348840 has been marked as a duplicate of this bug. ***
Comment 9 Richard Hult 2006-07-27 12:44:36 UTC
Created attachment 69722 [details] [review]
Fixes the problem
Comment 10 Richard Hult 2006-07-27 12:45:01 UTC
Fixed in CVS, please test.