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 345000 - Critical warning/crash when dragging contacts in the roster
Critical warning/crash when dragging contacts in the roster
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-15 13:28 UTC by Wouter Bolsterlee (uws)
Modified: 2006-06-17 14:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2006-06-15 13:28:51 UTC
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 -1229424960 (LWP 7211)]
0xb71ba1fe 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 812
  • #2 <signal handler called>
  • #3 IA__g_logv
    at gmessages.c line 503
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #6 IA__g_markup_escape_text
    at gmarkup.c line 1959
  • #7 jabber_contact_rename
    at gossip-jabber.c line 1707
  • #8 jabber_contact_update
    at gossip-jabber.c line 1755
  • #9 gossip_protocol_update_contact
    at gossip-protocol.c line 514
  • #10 gossip_session_update_contact
    at gossip-session.c line 1381
  • #11 contact_list_drag_data_received
    at gossip-contact-list.c line 1565
  • #12 _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT
    at gtkmarshalers.c line 2119
  • #13 IA__g_closure_invoke
    at gclosure.c line 490
  • #14 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #15 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #16 IA__g_signal_emit_by_name
    at gsignal.c line 2265
  • #17 gtk_drag_selection_received
    at gtkdnd.c line 1566
  • #18 _gtk_marshal_VOID__BOXED_UINT
    at gtkmarshalers.c line 1456
  • #19 IA__g_closure_invoke
    at gclosure.c line 490
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #21 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #22 IA__g_signal_emit_by_name
    at gsignal.c line 2265
  • #23 gtk_selection_retrieval_report
    at gtkselection.c line 2761
  • #24 IA__gtk_selection_convert
    at gtkselection.c line 1075
  • #25 IA__gtk_drag_get_data
    at gtkdnd.c line 827
  • #26 gtk_drag_dest_drop
    at gtkdnd.c line 2133
  • #27 gtk_drag_find_widget
    at gtkdnd.c line 1738
  • #28 gtk_drag_find_widget
    at gtkdnd.c line 1723
  • #29 gtk_drag_find_widget
    at gtkdnd.c line 1723
  • #30 gtk_drag_find_widget
    at gtkdnd.c line 1723
  • #31 _gtk_drag_dest_handle_event
    at gtkdnd.c line 1423
  • #32 IA__gtk_main_do_event
    at gtkmain.c line 1454
  • #33 gdk_event_dispatch
    at gdkevents-x11.c line 2314
  • #34 IA__g_main_context_dispatch
    at gmain.c line 2043
  • #35 g_main_context_iterate
    at gmain.c line 2675
  • #36 IA__g_main_loop_run
    at gmain.c line 2879
  • #37 IA__gtk_main
    at gtkmain.c line 999
  • #38 main
    at gossip-main.c line 159

Comment 1 Richard Hult 2006-06-15 19:42:36 UTC
Isn't this the same one you have already reported? (with gtk+ head)
Comment 2 Richard Hult 2006-06-15 19:44:05 UTC
Ah, sorry, misread the summary :) Will look into this.
Comment 3 Richard Hult 2006-06-17 13:55:14 UTC
Can you reproduce this every time? Dragging any contacts to any group? Is it with GTK+ head? Could you also try with LM_DEBUG=all and see what the last jabber traffic is?
Comment 4 Richard Hult 2006-06-17 14:15:57 UTC
Woo, I managed to find out how to reproduce on my own: drag into no group at all. Will fix!
Comment 5 Richard Hult 2006-06-17 14:46:39 UTC
Fixed, thanks.