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 667676 - segfault in empathy-chat
segfault in empathy-chat
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: Chat
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-01-11 09:09 UTC by Frederic Peters
Modified: 2012-01-16 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
individual-view: use tp_g_signal_connect_object() to connect the destroy sig (1.30 KB, patch)
2012-01-16 10:44 UTC, Guillaume Desmottes
committed Details | Review

Description Frederic Peters 2012-01-11 09:09:15 UTC
I noticed a core dump from empathy-chat, but I unfortunately don't know the precise circunstances.

  • #0 individual_view_tooltip_destroy_cb
    at empathy-individual-view.c line 170
  • #1 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 85
  • #2 g_closure_invoke
    at gclosure.c line 774
  • #3 signal_emit_unlocked_R
    at gsignal.c line 3302
  • #4 g_signal_emit_valist
    at gsignal.c line 3033
  • #5 g_signal_emit
    at gsignal.c line 3090
  • #6 gtk_widget_dispose
    at gtkwidget.c line 10099
  • #7 dispose
    at empathy-individual-widget.c line 2093
  • #8 g_object_unref
    at gobject.c line 2971
  • #9 gtk_tooltip_set_custom
    at gtktooltip.c line 491
  • #10 gtk_tooltip_run_requery
    at gtktooltip.c line 1012
  • #11 _gtk_tooltip_handle_event
    at gtktooltip.c line 1646
  • #12 gtk_main_do_event
    at gtkmain.c line 1731
  • #13 _gdk_event_emit
    at gdkevents.c line 71
  • #14 gdk_event_source_dispatch
    at gdkeventsource.c line 360
  • #15 g_main_dispatch
    at gmain.c line 2513
  • #16 g_main_context_dispatch
    at gmain.c line 3050
  • #17 g_main_context_iterate
    at gmain.c line 3121
  • #18 g_main_context_iteration
    at gmain.c line 3182
  • #19 g_application_run
    at gapplication.c line 1599
  • #20 main
    at empathy-chat.c line 160

Comment 1 Guillaume Desmottes 2012-01-16 10:44:17 UTC
Created attachment 205352 [details] [review]
individual-view: use tp_g_signal_connect_object() to connect the destroy sig

This ensure that we won't call the callback when disposing the widget.
Comment 2 Guillaume Desmottes 2012-01-16 10:46:31 UTC
Attachment 205352 [details] pushed as c3c1f1f - individual-view: use tp_g_signal_connect_object() to connect the destroy sig