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 734943 - Crash on start
Crash on start
Status: RESOLVED NOTGNOME
Product: gnome-contacts
Classification: Core
Component: general
3.10.x
Other Linux
: Normal critical
: ---
Assigned To: GNOME Contacts maintainer(s)
GNOME Contacts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-08-17 13:22 UTC by Michael Catanzaro
Modified: 2014-08-17 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2014-08-17 13:22:34 UTC
Today Contacts crashes when I start it. This has never happened before. Seems related to or the same as Bug #734941.

  • #0 raise
    at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c line 37
  • #1 ffi_call_unix64
    at ../src/x86/unix64.S line 76
  • #2 ffi_call
    at ../src/x86/ffi64.c line 522
  • #3 g_cclosure_marshal_generic
    at gclosure.c line 1454
  • #4 g_closure_invoke
    at gclosure.c line 777
  • #5 signal_emit_unlocked_R
    at gsignal.c line 3624
  • #6 g_signal_emit_valist
    at gsignal.c line 3330
  • #7 g_signal_emit
    at gsignal.c line 3386
  • #8 emit_closed_in_idle
    at gdbusconnection.c line 1389
  • #9 g_main_dispatch
    at gmain.c line 3066
  • #10 g_main_context_dispatch
    at gmain.c line 3642
  • #11 g_main_context_iterate
    at gmain.c line 3713
  • #12 g_main_context_iteration
    at gmain.c line 3774
  • #13 g_application_run
    at gapplication.c line 1635
  • #14 _vala_main
  • #15 __libc_start_main
    at libc-start.c line 285
  • #16 _start

It prints lots of critical warnings before it crashes:

(gnome-contacts:15235): folks-WARNING **: backend-store.vala:409: Error preparing Backend 'ofono': No oFono object manager running, so the oFono backend will be inactive. Either oFono isn’t installed or the service can’t be started.
[New Thread 0x7fffbd7a8700 (LWP 15251)]

(gnome-contacts:15235): folks-WARNING **: Error preparing persona store 'eds:system-address-book': Couldn't open address book ‘system-address-book’: Unable to connect to 'Personal': Error introspecting unknown summary field 'file_as_localized'

(gnome-contacts:15235): GLib-CRITICAL **: g_variant_ref: assertion 'value->ref_count > 0' failed

(gnome-contacts:15235): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed

(gnome-contacts:15235): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed

(gnome-contacts:15235): Gtk-CRITICAL **: gtk_grid_attach: assertion 'GTK_IS_WIDGET (child)' failed

(gnome-contacts:15235): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed

(gnome-contacts:15235): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed

(gnome-contacts:15235): Gtk-CRITICAL **: gtk_grid_attach: assertion 'GTK_IS_WIDGET (child)' failed

(gnome-contacts:15235): folks-WARNING **: Error preparing persona store 'eds:1405274098.1826.5@lumiose-city': Couldn't open address book ‘1405274098.1826.5@lumiose-city’: Unable to connect to 'Contacts': The connection is closed

(gnome-contacts:15235): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed

(gnome-contacts:15235): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed

(gnome-contacts:15235): Gtk-CRITICAL **: gtk_grid_attach: assertion 'GTK_IS_WIDGET (child)' failed

(gnome-contacts:15235): folks-WARNING **: Error preparing persona store 'eds:1405274098.1826.3@lumiose-city': Couldn't open address book ‘1405274098.1826.3@lumiose-city’: Unable to connect to 'Contacts': The connection is closed

(gnome-contacts:15235): GLib-CRITICAL **: g_variant_unref: assertion 'value->ref_count > 0' failed

(gnome-contacts:15235): GLib-CRITICAL **: g_variant_unref: assertion 'value->ref_count > 0' failed

(gnome-contacts:15235): GLib-CRITICAL **: g_variant_unref: assertion 'value->ref_count > 0' failed

(gnome-contacts:15235): GLib-CRITICAL **: g_variant_unref: assertion 'value->ref_count > 0' failed

(gnome-contacts:15235): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system-address-book'.
Individuals will not be linked properly and creating new links between Personas will not work.
The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.

(gnome-contacts:15235): folks-WARNING **: Error preparing persona store 'eds:1405274098.1826.1@lumiose-city': Couldn't open address book ‘1405274098.1826.1@lumiose-city’: Unable to connect to 'Contacts': The connection is closed

(gnome-contacts:15235): telepathy-CRITICAL **: _logger_logger_vanished: assertion 'conn != NULL' failed

(gnome-contacts:15235): telepathy-CRITICAL **: _logger_logger_vanished: assertion 'conn != NULL' failed

(gnome-contacts:15235): telepathy-CRITICAL **: _logger_logger_vanished: assertion 'conn != NULL' failed

(gnome-contacts:15235): telepathy-CRITICAL **: _logger_logger_vanished: assertion 'conn != NULL' failed

(gnome-contacts:15235): telepathy-CRITICAL **: _logger_logger_vanished: assertion 'conn != NULL' failed

(gnome-contacts:15235): telepathy-CRITICAL **: _logger_logger_vanished: assertion 'conn != NULL' failed
g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Comment 1 Michael Catanzaro 2014-08-17 13:53:50 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=1130769