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 563105 - Crash if CM crashes when calling
Crash if CM crashes when calling
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: VoIP
2.25.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-03 11:24 UTC by Guillaume Desmottes
Modified: 2008-12-04 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2008-12-03 11:24:47 UTC
To reproduce:
- Try to establish a call
- CM crashes (because of http://bugs.freedesktop.org/show_bug.cgi?id=18853 for example)
- Empathy crashes

telepathy-glib 0.7.18


** CRITICAL **: dbus_g_connection_get_connection: assertion `gconnection' failed
aborting...

Program received signal SIGABRT, Aborted.

Thread 3060815680 (LWP 12207)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 IA__g_logv
    at /build/buildd/glib2.0-2.16.6/glib/gmessages.c line 497
  • #4 IA__g_log
    at /build/buildd/glib2.0-2.16.6/glib/gmessages.c line 517
  • #5 IA__g_return_if_fail_warning
    at /build/buildd/glib2.0-2.16.6/glib/gmessages.c line 532
  • #6 dbus_g_connection_get_connection
    at dbus-glib.c line 308
  • #7 _tp_connection_clean_up_handle_refs
    at connection-handles.c line 240
  • #8 _tp_marshal_VOID__UINT_INT_STRING
    at _gen/signals-marshal.c line 1232
  • #9 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.16.6/gobject/gclosure.c line 490
  • #10 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.16.6/gobject/gsignal.c line 2440
  • #11 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.16.6/gobject/gsignal.c line 2199
  • #12 IA__g_signal_emit
    at /build/buildd/glib2.0-2.16.6/gobject/gsignal.c line 2243
  • #13 tp_proxy_emit_invalidated
    at proxy.c line 406
  • #14 g_idle_dispatch
    at /build/buildd/glib2.0-2.16.6/glib/gmain.c line 4090
  • #15 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.16.6/glib/gmain.c line 2012
  • #16 g_main_context_iterate
    at /build/buildd/glib2.0-2.16.6/glib/gmain.c line 2645
  • #17 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.16.6/glib/gmain.c line 2853
  • #18 IA__gtk_main
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmain.c line 1163
  • #19 main
    at empathy.c line 520

Comment 1 Xavier Claessens 2008-12-04 08:55:19 UTC
This looks like a tp-glib crash.
Comment 2 Xavier Claessens 2008-12-04 09:59:52 UTC
It is reported at https://bugs.freedesktop.org/show_bug.cgi?id=18845.