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 708450 - empathy-chat crashes: empathy-3.9.92-1.fc20: empathy_contact_dup_from_tp_contact: Process /usr/libexec/empathy-chat was killed by signal 11 (SIGSEGV)
empathy-chat crashes: empathy-3.9.92-1.fc20: empathy_contact_dup_from_tp_cont...
Status: RESOLVED OBSOLETE
Product: empathy
Classification: Core
Component: Multi User Chat
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2013-09-20 11:35 UTC by Igor Gnatenko
Modified: 2018-05-22 16:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Igor Gnatenko 2013-09-20 11:35:13 UTC
Trace: https://bugzilla.redhat.com/show_bug.cgi?id=1010243

(gdb) bt full
  • #0 empathy_contact_dup_from_tp_contact
    at empathy-contact.c line 1779
  • #1 empathy_contact_dup_from_folks_individual
    at empathy-utils.c line 512
  • #2 individual_store_contact_sort
    at empathy-individual-store.c line 1117
  • #3 individual_store_name_sort_func
    at empathy-individual-store.c line 1242
  • #4 gtk_tree_store_sort_iter_changed
    at gtktreestore.c line 3135
  • #5 gtk_tree_store_insert_with_values
    at gtktreestore.c line 1560
  • #6 add_individual_to_store
    at empathy-individual-store.c line 110
  • #7 empathy_individual_store_add_individual
    at empathy-individual-store.c line 294
  • #8 individual_store_add_individual_and_connect
    at empathy-individual-store.c line 811
  • #9 add_members
    at empathy-individual-store-channel.c line 80
  • #10 ffi_call_unix64
    from /lib64/libffi.so.6
  • #11 ffi_call
    from /lib64/libffi.so.6
  • #12 g_cclosure_marshal_generic
    at gclosure.c line 1454
  • #13 g_closure_invoke
    at gclosure.c line 777
  • #14 signal_emit_unlocked_R
    at gsignal.c line 3586
  • #15 g_signal_emit_valist
    at gsignal.c line 3330
  • #16 g_signal_emit_by_name
    at gsignal.c line 3426
  • #17 members_changed_prepared_cb
    at channel-contacts.c line 626
  • #18 g_simple_async_result_complete
    at gsimpleasyncresult.c line 777
  • #19 contacts_queue_head_ready
    at channel-contacts.c line 268
  • #20 contacts_context_continue
    at contact.c line 1931
  • #21 connection_capabilities_fetched_cb
    at contact.c line 2665
  • #22 g_simple_async_result_complete
    at gsimpleasyncresult.c line 777
  • #23 complete_in_idle_cb
    at gsimpleasyncresult.c line 789
  • #24 g_main_dispatch
    at gmain.c line 3065
  • #25 g_main_context_dispatch
    at gmain.c line 3641
  • #26 g_main_context_iterate
    at gmain.c line 3712
  • #27 g_main_context_iteration
    at gmain.c line 3773
  • #28 g_application_run
    at gapplication.c line 1635
  • #29 main
    at empathy-chat.c line 158


(gdb) print tp_contact
$4 = (TpContact *) 0x1f9fe00
(gdb) print tp_contact->priv 
$5 = (TpContactPrivate *) 0xaaaaaaaaaaaaaaaa
(gdb) print tp_contact->parent 
$6 = {g_type_instance = {g_class = 0xaaaaaaaaaaaaaaaa}, ref_count = 2863311530, qdata = 0xaaaaaaaaaaaaaaaa}
(gdb) x 0x1f9fe00
0x1f9fe00:	0xaaaaaaaa
(gdb) x 0xaaaaaaaaaaaaaaaa
0xaaaaaaaaaaaaaaaa:	Cannot access memory at address 0xaaaaaaaaaaaaaaaa
Comment 1 Aleksander Morgado 2013-10-07 10:36:06 UTC
Related to bug 708716 maybe?
Comment 2 Igor Gnatenko 2013-10-10 07:59:24 UTC
(In reply to comment #1)
> Related to bug 708716 maybe?
let me test patch
Comment 3 GNOME Infrastructure Team 2018-05-22 16:20:09 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/740.