output of running empathy via cil: There was an error while trying to connect to the Telepathy Account Manager. The error was: Message did not receive a reply (timeout by message bus) bb@mi5-0:~$ sudo gdb empathy 2>&1 | tee ~/gdb-empathy.txt [sudo] password for bb: GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-linux-gnu". For bug reporting instructions, please see: <http://bugs.launchpad.net/gdb-linaro/>... Reading symbols from /usr/bin/empathy...Reading symbols from /usr/lib/debug/usr/bin/empathy...done. done. (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run MC_DEBUG=5 Starting program: /usr/bin/empathy MC_DEBUG=5 [Thread debugging using libthread_db enabled] Gtk-WARNING **: Theme parsing error: gtk-widgets.css:624:39: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:637:39: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:651:39: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:781:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:787:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:793:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:799:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:805:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:811:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:817:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:823:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:829:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:835:24: Whitespace between 'url' and '(' is deprecated Gtk-WARNING **: Theme parsing error: gtk-widgets.css:875:10: Expected valid border Gtk-WARNING **: Theme parsing error: gtk-widgets.css:933:39: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:952:39: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1004:39: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1375:36: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1394:36: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1404:36: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1417:50: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1429:50: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1442:134: Expected ')' Gtk-WARNING **: Theme parsing error: gtk-widgets.css:406:28: Expected an identifier [New Thread 0xb6f04b70 (LWP 2455)] [New Thread 0xb6703b70 (LWP 2457)] Gtk-WARNING **: Theme parsing error: gtk-widgets.css:878:29: Expected an identifier Gtk-WARNING **: Theme parsing error: gtk-widgets.css:406:28: Expected an identifier [New Thread 0xb18b0b70 (LWP 2477)] folks-WARNING **: Error preparing Backend 'telepathy': Message did not receive a reply (timeout by message bus) folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'. 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.
You shouldn't run Empathy as root. First please install telepathy-mission-control-5-dbg then do the following: - Quit Empathy - killall mission-control-5 - export MC_DEBUG=5 - gdb /usr/lib/telepathy/mission-control-5 - Once it's loaded hit 'r' in gdb - Start empathy - Once it crashes in MC: 'bt full' in gdb
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org'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.freedesktop.org/telepathy/telepathy-mission-control/issues/48.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.