gdb GNU gdb (GDB) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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 "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: . (gdb) exec empathy (gdb) run Starting program: /usr/bin/empathy [Thread debugging using libthread_db enabled] [New Thread 0x7fffe1ca9700 (LWP 2692)] [New Thread 0x7fffe14a8700 (LWP 2693)] [New Thread 0x7fffd723b700 (LWP 2694)] (empathy:2689): folks-WARNING **: Error preparing persona store 'eds:1317569725.3488.3@ArchLinux': Couldn't open address book ‘1317569725.3488.3@ArchLinux’. [New Thread 0x7fffd6632700 (LWP 2697)] [New Thread 0x7fffd5e31700 (LWP 2698)] [Thread 0x7fffd6632700 (LWP 2697) exited] [Thread 0x7fffd723b700 (LWP 2694) exited] [New Thread 0x7fffd723b700 (LWP 2705)] [New Thread 0x7fffd6632700 (LWP 2706)] Program received signal SIGSEGV, Segmentation fault. 0x00000000004a1962 in ?? () (gdb) set logging file trace.log (gdb) set logging on Copying output to trace.log. (gdb) bt #0 0x00000000004a1962 in ?? () #1 0x0000000000f3c3a0 in ?? () #2 0x0000000000f3c1b0 in ?? () #3 0x0000000000f60dd0 in ?? () #4 0x00000000004a1bee in ?? () #5 0x0000000000f3c1b0 in ?? () #6 0x0000000000f3c3a0 in ?? () #7 0x0000000000f3c1b0 in ?? () #8 0x0000000000f42d40 in ?? () #9 0x0000000000ef3810 in ?? () #10 0x00000000004a1df5 in ?? () #11 0x00007ffff1dc8828 in ?? () from /usr/lib/libglib-2.0.so.0 #12 0x00007ffff6c82e70 in ?? () from /lib/libpthread.so.0 #13 0x00007ffff6c81cc0 in ?? () from /lib/libpthread.so.0 #14 0x0000000000000005 in ?? () #15 0x0000000000f3af20 in ?? () #16 0x00007ffff1fe44c3 in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #17 0x00007ffff1fe4da6 in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #18 0x00007ffff1fe50b4 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #19 0x00000000004a1555 in ?? () #20 0x0000000000dafed0 in ?? () #21 0x0000000000f26320 in ?? () ---Type to continue, or q to quit--- #22 0x0000000000f26320 in ?? () #23 0x00000000004c2a3b in ?? () #24 0x00000000008179f0 in ?? () #25 0x0000000000f26300 in ?? () #26 0x0000000000e74240 in ?? () #27 0x0000000000000000 in ?? () (gdb) set logging off Done logging to trace.log. (gdb) quit A debugging session is active. Inferior 1 [process 2689] will be killed. Quit anyway? (y or n) y