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 673358 - empathy-chat crashed with SIGABRT in g_assertion_message()
empathy-chat crashed with SIGABRT in g_assertion_message()
Status: RESOLVED DUPLICATE of bug 670523
Product: empathy
Classification: Core
Component: Chat
3.4.x
Other Linux
: Normal critical
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-04-02 13:33 UTC by Bilal Shahid
Modified: 2012-04-02 14:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bilal Shahid 2012-04-02 13:33:53 UTC
I can't seem to find a method to do so - it happened during regular browsing the Internet on Chrome. I moved away from the computer for half a minute waiting for a website to load. When I got back the crash report window was already there.

DistroRelease: Ubuntu 12.04
Package: empathy 3.4.0-0ubuntu2
Comment 1 Bilal Shahid 2012-04-02 13:34:05 UTC


  • #0 __kernel_vsyscall
  • #1 __GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #2 __GI_abort
    at abort.c line 91
  • #3 g_assertion_message
    at /build/buildd/glib2.0-2.31.22/./glib/gtestutils.c line 1860
  • #4 g_assertion_message_expr
    at /build/buildd/glib2.0-2.31.22/./glib/gtestutils.c line 1871
  • #5 folks_persona_get_individual
    at persona.c line 749
  • #6 _folks_individual_disconnect_from_persona
    at individual.c line 5040
  • #7 _folks_individual_set_personas
    at individual.c line 6427
  • #8 folks_individual_set_personas
    at individual.c line 7243
  • #9 _folks_individual_aggregator_personas_changed_cb
    at individual-aggregator.c line 4626
  • #10 g_cclosure_user_marshal_VOID__OBJECT_OBJECT_STRING_OBJECT_ENUM
    at persona-store.c line 724
  • #11 g_closure_invoke
    at /build/buildd/glib2.0-2.31.22/./gobject/gclosure.c line 777
  • #12 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.31.22/./gobject/gsignal.c line 3547
  • #13 g_signal_emit_valist
    at /build/buildd/glib2.0-2.31.22/./gobject/gsignal.c line 3296
  • #14 g_signal_emit_by_name
    at /build/buildd/glib2.0-2.31.22/./gobject/gsignal.c line 3389
  • #15 _folks_persona_store_emit_personas_changed
    at persona-store.c line 423
  • #16 _tpf_persona_store_load_cache_co
    at tpf-persona-store.c line 3898
  • #17 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.31.22/./gio/gsimpleasyncresult.c line 767
  • #18 folks_object_cache_load_objects_co
    at object-cache.c line 917
  • #19 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.31.22/./gio/gsimpleasyncresult.c line 767
  • #20 load_contents_close_callback
    at /build/buildd/glib2.0-2.31.22/./gio/gfile.c line 6325
  • #21 async_ready_close_callback_wrapper
    at /build/buildd/glib2.0-2.31.22/./gio/ginputstream.c line 484
  • #22 g_simple_async_result_complete
    at /build/buildd/glib2.0-2.31.22/./gio/gsimpleasyncresult.c line 767
  • #23 complete_in_idle_cb_for_thread
    at /build/buildd/glib2.0-2.31.22/./gio/gsimpleasyncresult.c line 835
  • #24 g_idle_dispatch
    at /build/buildd/glib2.0-2.31.22/./glib/gmain.c line 4634
  • #25 g_main_dispatch
    at /build/buildd/glib2.0-2.31.22/./glib/gmain.c line 2515
  • #26 g_main_context_dispatch
    at /build/buildd/glib2.0-2.31.22/./glib/gmain.c line 3052
  • #27 g_main_context_iterate
    at /build/buildd/glib2.0-2.31.22/./glib/gmain.c line 3123
  • #28 g_main_context_iterate
    at /build/buildd/glib2.0-2.31.22/./glib/gmain.c line 3060
  • #29 g_main_context_iteration
    at /build/buildd/glib2.0-2.31.22/./glib/gmain.c line 3184
  • #30 g_application_run
    at /build/buildd/glib2.0-2.31.22/./gio/gapplication.c line 1496
  • #31 main
    at empathy-chat.c line 166

Comment 2 Guillaume Desmottes 2012-04-02 13:42:54 UTC
Which version of Folks are you using? It crashes on an assertion failure; it would be interested to know the assertion message it prints before crashing. I think you should see it in ~/.xsession-errors
Comment 3 Guillaume Desmottes 2012-04-02 14:01:24 UTC
From https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/960740 it appeared that's Folks 0.6.7 so i'm pretty sure that's bug #670523 which has been fixed in 0.6.8. Ubuntu should really update to this version as it fixed a lot of bugs.

*** This bug has been marked as a duplicate of bug 670523 ***