gottlieb@ajglap ~ $ evolution --force-shutdown Evolution process exited normally gottlieb@ajglap ~ $ gdb evolution GNU gdb (Gentoo 7.2 p1) 7.2 Copyright (C) 2010 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-pc-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/evolution...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/evolution [Thread debugging using libthread_db enabled] Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6.0.14-gdb.py", line 59, in from libstdcxx.v6.printers import register_libstdcxx_printers ImportError: No module named libstdcxx.v6.printers [New Thread 0x7fffe44a5700 (LWP 27224)] [New Thread 0x7fffd5c61700 (LWP 27225)] [New Thread 0x7fffd5460700 (LWP 27226)] [New Thread 0x7fffd3fe2700 (LWP 27227)] [New Thread 0x7fffd37e1700 (LWP 27228)] [New Thread 0x7fffd2fe0700 (LWP 27229)] [New Thread 0x7fffd25d1700 (LWP 27230)] [Thread 0x7fffd25d1700 (LWP 27230) exited] [New Thread 0x7fffd25d1700 (LWP 27232)] [Thread 0x7fffd25d1700 (LWP 27232) exited] [Thread 0x7fffd2fe0700 (LWP 27229) exited] [Thread 0x7fffd3fe2700 (LWP 27227) exited] (evolution:27221): GLib-GObject-WARNING **: value "-3.000000" of type `gdouble' is invalid or out of range for property `width' of type `gdouble' (evolution:27221): GLib-GObject-WARNING **: value "-3.000000" of type `gdouble' is invalid or out of range for property `width' of type `gdouble' (evolution:27221): GLib-GObject-WARNING **: value "-3.000000" of type `gdouble' is invalid or out of range for property `width' of type `gdouble' (evolution:27221): Gtk-CRITICAL **: IA__gtk_tree_model_get_column_type: assertion `index >= 0' failed (evolution:27221): Gtk-CRITICAL **: IA__gtk_combo_box_text_get_active_text: assertion `column_type == G_TYPE_STRING' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff5e435f4 in ?? () from /lib64/libc.so.6 (gdb) thread apply all bt Thread 6 (Thread 0x7fffd37e1700 (LWP 27228)): #0 0x00007ffff63e59ab in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007ffff65f9462 in ?? () from /usr/lib64/libgthread-2.0.so.0 #2 0x00007ffff60daa3f in ?? () from /usr/lib64/libglib-2.0.so.0 #3 0x00007ffff60db241 in g_async_queue_timed_pop () from /usr/lib64/libglib-2.0.so.0 #4 0x00007ffff612ed79 in ?? () from /usr/lib64/libglib-2.0.so.0 #5 0x00007ffff612c6e6 in ?? () from /usr/lib64/libglib-2.0.so.0 #6 0x00007ffff63e0d4c in start_thread () from /lib64/libpthread.so.0 #7 0x00007ffff5e0b40d in clone () from /lib64/libc.so.6 Thread 4 (Thread 0x7fffd5460700 (LWP 27226)): #0 0x00007ffff63e562c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007ffff60daa00 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007ffff60db042 in g_async_queue_pop () from /usr/lib64/libglib-2.0.so.0 #3 0x00007fffeccf047b in ?? () from /usr/lib64/libcamel-1.2.so.19 #4 0x00007ffff612c6e6 in ?? () from /usr/lib64/libglib-2.0.so.0 #5 0x00007ffff63e0d4c in start_thread () from /lib64/libpthread.so.0 #6 0x00007ffff5e0b40d in clone () from /lib64/libc.so.6 ---Type to continue, or q to quit---q Quit (gdb) q A debugging session is active. Inferior 1 [process 27221] will be killed. Quit anyway? (y or n) y gottlieb@ajglap ~ $ emerge --info > /tmp/emerge