GNOME Bugzilla – Bug 641998
Crash after deleting freenode from IRC server list
Last modified: 2011-02-10 04:47:35 UTC
Backtrace: http://pastebin.com/ZLzubuvE After deleting freenode from the irc server list empathy crashes next time you try and add an irc account Workaround: Deleting irc-networks.xml in ~/.config/Empathy/
paste here the backtrace run Starting program: /usr/bin/empathy-accounts [Thread debugging using libthread_db enabled] [New Thread 0x7fffe4087700 (LWP 2380)] ** ERROR:empathy-irc-network-chooser.c:225:set_label_from_settings: assertion failed: (priv->network != NULL) Program received signal SIGABRT, Aborted. 0x00007fffee9b6ba5 in raise () from /lib/libc.so.6 (gdb) thread apply all bt full
+ Trace 225922
Thread 1 (Thread 0x7ffff7fa5960 (LWP 2377))
long_name = 0x456d29 "if-needed", short_name = 110 'n', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x668584, description = 0x44f020 "Don't display any dialogs if there are any non-Salut accounts", arg_description = 0x0}, { long_name = 0x44ef64 "select-account", short_name = 115 's', flags = 2, arg = G_OPTION_ARG_STRING, arg_data = 0x668588, description = 0x44f060 "Initially select given account (eg, gabble/jabber/foo_40example_2eorg0)", arg_description = 0x44ef73 "<account-id>"}, { long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} (gdb) quit A debugging session is active. Inferior 1 [process 2377] will be killed. Quit anyway? (y or n) y
looks like duplicate of bug 641861
(In reply to comment #2) > looks like duplicate of bug 641861 Yes I thing the same. Look ERROR:empathy-irc-network-chooser.c:225:set_label_from_settings: assertion failed: (priv->network != NULL) is in two backtrace reports.
Marking as a duplicate. *** This bug has been marked as a duplicate of bug 641861 ***