#0 0xb76e2424 in __kernel_vsyscall () #1 0xb6f47b1f in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #2 0xb6f4b0b3 in __GI_abort () at abort.c:90 [Error: abort.c was not found in source tree] #3 0xb6f84ab5 in __libc_message (do_abort=do_abort@entry=2, fmt=fmt@entry=0xb7087530 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:199 [Error: ../sysdeps/unix/sysv/linux/libc_fatal.c was not found in source tree] #4 0xb6f8f7e2 in malloc_printerr (action=, str=, ptr=0x93b35b8) at malloc.c:4902 [Error: malloc.c was not found in source tree] #5 0xb6f90530 in _int_free (av=0xb70c8440 , p=0x93b35b0, have_lock=0) at malloc.c:3758 [Error: malloc.c was not found in source tree] #6 0xb713551b in standard_free (mem=0x93b35b8) at /build/buildd/glib2.0-2.35.8/./glib/gmem.c:98 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmem.c was not found in source tree] #7 0xb7135690 in g_free (mem=mem@entry=0x93b35b8) at /build/buildd/glib2.0-2.35.8/./glib/gmem.c:252 [Error: /build/buildd/glib2.0-2.35.8/./glib/gmem.c was not found in source tree] #8 0x0808628f in _commit (self=self@entry=0x93ac228, am=am@entry=0x93a7108, account=account@entry=0x0) at mcd-account-manager-default.c:691 686: { 687: g_warning ("%s", error->message); 688: g_error_free (error); 689: } 690: 691: g_free (data); 692: 693: _keyring_commit (self, am, account); 694: 695: return rval; 696: } #9 0x08086be9 in _list (self=0x93ac228, am=0x93a7108) at mcd-account-manager-default.c:797 792: DEBUG ("Creating initial account data"); 793: g_key_file_load_from_data (amd->keyfile, INITIAL_CONFIG, -1, 794: G_KEY_FILE_KEEP_COMMENTS, NULL); 795: amd->loaded = TRUE; 796: amd->save = TRUE; 797: _commit (self, am, NULL); 798: } 799: 800: accounts = g_key_file_get_groups (amd->keyfile, &n); 801: 802: for (i = 0; i < n; i++) #10 0xb76bdaab in mcp_account_storage_list (storage=storage@entry=0x93ac228, am=am@entry=0x93a7108) at account-storage.c:649 644: McpAccountStorageIface *iface = MCP_ACCOUNT_STORAGE_GET_IFACE (storage); 645: 646: SDEBUG (storage, ""); 647: g_return_val_if_fail (iface != NULL, NULL); 648: 649: return iface->list (storage, am); 650: } 651: 652: /** 653: * mcp_account_storage_ready: 654: * @storage: an #McpAccountStorage instance #11 0x08082096 in mcd_storage_load (self=0x93a7108) at mcd-storage.c:371 366: * plugins can overwrite lower prio ones' account data */ 367: while (store != NULL) 368: { 369: GList *account; 370: McpAccountStorage *plugin = store->data; 371: GList *stored = mcp_account_storage_list (plugin, ma); 372: const gchar *pname = mcp_account_storage_name (plugin); 373: const gint prio = mcp_account_storage_priority (plugin); 374: 375: DEBUG ("listing from plugin %s [prio: %d]", pname, prio); 376: for (account = stored; account != NULL; account = g_list_next (account)) #12 0x08072eef in _mcd_account_manager_constructed (obj=0x93ac168) at mcd-account-manager.c:1648 1643: priv->account_connections_file = 1644: g_build_filename (priv->account_connections_dir, ".mc_connections", 1645: NULL); 1646: 1647: DEBUG ("loading plugins"); 1648: mcd_storage_load (priv->storage); 1649: 1650: /* hook up all the storage plugin signals to their handlers: */ 1651: for (i = 0; sig[i].name != NULL; i++) 1652: { 1653: mcd_storage_connect_signal (sig[i].name, sig[i].handler, #13 0xb7221be2 in g_object_newv (object_type=object_type@entry=154855824, n_parameters=n_parameters@entry=1, parameters=parameters@entry=0x93afbd8) at /build/buildd/glib2.0-2.35.8/./gobject/gobject.c:1747 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gobject.c was not found in source tree] #14 0xb7221f86 in g_object_new_valist (object_type=object_type@entry=154855824, first_property_name=0x0, first_property_name@entry=0x8088366 "dbus-daemon", var_args=0xbfed79e0 "", var_args@entry=0xbfed79d8 "X\314:\t") at /build/buildd/glib2.0-2.35.8/./gobject/gobject.c:1836 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gobject.c was not found in source tree] #15 0xb72221d0 in g_object_new (object_type=154855824, first_property_name=first_property_name@entry=0x8088366 "dbus-daemon") at /build/buildd/glib2.0-2.35.8/./gobject/gobject.c:1551 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gobject.c was not found in source tree] #16 0x08073c9d in mcd_account_manager_new (dbus_daemon=0x93acc58) at mcd-account-manager.c:1666 1661: McdAccountManager * 1662: mcd_account_manager_new (TpDBusDaemon *dbus_daemon) 1663: { 1664: gpointer *obj; 1665: 1666: obj = g_object_new (MCD_TYPE_ACCOUNT_MANAGER, 1667: "dbus-daemon", dbus_daemon, 1668: NULL); 1669: return MCD_ACCOUNT_MANAGER (obj); 1670: } 1671: #17 0x08055bf1 in mcd_master_constructor (type=154853848, n_params=2, params=0x93aee30) at mcd-master.c:383 378: /* mask out group and other rwx bits when creating files */ 379: umask (0077); 380: #endif 381: 382: if (!priv->account_manager) 383: priv->account_manager = mcd_account_manager_new (priv->dbus_daemon); 384: 385: priv->dispatcher = mcd_dispatcher_new (priv->dbus_daemon, master); 386: g_assert (MCD_IS_DISPATCHER (priv->dispatcher)); 387: 388: _mcd_account_manager_setup (priv->account_manager); #18 0xb722174d in g_object_newv (object_type=object_type@entry=154853848, n_parameters=n_parameters@entry=1, parameters=parameters@entry=0x93aec98) at /build/buildd/glib2.0-2.35.8/./gobject/gobject.c:1719 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gobject.c was not found in source tree] #19 0xb7221f86 in g_object_new_valist (object_type=object_type@entry=154853848, first_property_name=0x0, first_property_name@entry=0x8088366 "dbus-daemon", var_args=0xbfed7be0 "H}\355\277\220yo\267M", var_args@entry=0xbfed7bd8 "X\314:\t") at /build/buildd/glib2.0-2.35.8/./gobject/gobject.c:1836 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gobject.c was not found in source tree] #20 0xb72221d0 in g_object_new (object_type=154853848, first_property_name=first_property_name@entry=0x8088366 "dbus-daemon") at /build/buildd/glib2.0-2.35.8/./gobject/gobject.c:1551 [Error: /build/buildd/glib2.0-2.35.8/./gobject/gobject.c was not found in source tree] #21 0x08055177 in mcd_service_new () at mcd-service.c:180 175: { 176: g_printerr ("Failed to open connection to bus: %s", error->message); 177: g_error_free (error); 178: return NULL; 179: } 180: obj = g_object_new (MCD_TYPE_SERVICE, 181: "dbus-daemon", dbus_daemon, 182: NULL); 183: g_object_unref (dbus_daemon); 184: return obj; 185: } #22 0x08052bc2 in main (argc=1, argv=0xbfed7de4) at mc-server.c:174 169: g_log_set_default_handler (tp_debug_sender_log_handler, NULL); 170: 171: mcd_debug_init (); 172: tp_debug_set_flags (g_getenv ("MC_TP_DEBUG")); 173: 174: mcd = mcd_service_new (); 175: 176: /* Listen for suicide notification */ 177: g_signal_connect_after (mcd, "abort", G_CALLBACK (on_abort), mcd); 178: 179: /* Set up signals */