GNU gdb 6.7.1-debian Copyright (C) 2007 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 "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (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 Starting program: /usr/bin/evolution [Thread debugging using libthread_db enabled] [New Thread 0xb65de6c0 (LWP 7152)] (evolution:7152): camel-WARNING **: camel_type_register: 'MailSession' has smaller class size than parent 'CamelSession' (evolution:7152): camel-CRITICAL **: camel_object_cast: assertion `o != NULL' failed Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb65de6c0 (LWP 7152)] 0xb7e10f40 in camel_session_construct (session=0x0, storage_path=0x80e9910 "/home/thnov/.evolution/mail") at camel-session.c:156 156 camel-session.c: No such file or directory. in camel-session.c (gdb) backtrace full #0 0xb7e10f40 in camel_session_construct (session=0x0, storage_path=0x80e9910 "/home/thnov/.evolution/mail") at camel-session.c:156 No locals. #1 0xb5289cb6 in mail_session_init (base_directory=0x81192e0 "/home/thnov/.evolution") at mail-session.c:664 camel_dir = 0x80e9910 "/home/thnov/.evolution/mail" gconf = (GConfClient *) 0xb5289bfe #2 0xb5278ffc in mail_component_init (component=0x80bf030) at mail-component.c:1222 priv = (MailComponentPrivate *) 0x81161e0 #3 0xb6e6f13e in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #4 0xb6e53882 in ?? () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #5 0x081180a0 in ?? () No symbol table info available. #6 0xb6ed0550 in ?? () No symbol table info available. #7 0xb5200c0e in ?? () from /opt/evo/lib/evolution/2.22/components/libevolution-mail.so No symbol table info available. #8 0xb6e46098 in ?? () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #9 0xb51f3b3c in ?? () from /opt/evo/lib/evolution/2.22/components/libevolution-mail.so No symbol table info available. #10 0x00000001 in ?? () No symbol table info available. #11 0xb7fb8ff4 in ?? () from /lib/ld-linux.so.2 No symbol table info available. #12 0xbfc61044 in ?? () No symbol table info available. #13 0x0810c0c8 in ?? () No symbol table info available. #14 0xbfc61060 in ?? () No symbol table info available. #15 0xb6cafc81 in ?? () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #16 0xb51f3b3c in ?? () from /opt/evo/lib/evolution/2.22/components/libevolution-mail.so No symbol table info available. #17 0xbfc61044 in ?? () No symbol table info available. #18 0xb7fb97c4 in ?? () No symbol table info available. #19 0x00000048 in ?? () No symbol table info available. #20 0x00000000 in ?? () No symbol table info available. (gdb) info registers eax 0x810b2c0 135312064 ecx 0x0 0 edx 0x0 0 ebx 0xb7e2ab70 -1209881744 esp 0xbfc60e50 0xbfc60e50 ebp 0xbfc60e58 0xbfc60e58 esi 0x81b4000 136003584 edi 0x0 0 eip 0xb7e10f40 0xb7e10f40 eflags 0x210202 [ IF RF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) thread apply all backtrace Thread 1 (Thread 0xb65de6c0 (LWP 7152)): #0 0xb7e10f40 in camel_session_construct (session=0x0, storage_path=0x80e9910 "/home/thnov/.evolution/mail") at camel-session.c:156 #1 0xb5289cb6 in mail_session_init (base_directory=0x81192e0 "/home/thnov/.evolution") at mail-session.c:664 #2 0xb5278ffc in mail_component_init (component=0x80bf030) at mail-component.c:1222 #3 0xb6e6f13e in g_type_create_instance () from /usr/lib/libgobject-2.0.so.0 #4 0xb6e53882 in ?? () from /usr/lib/libgobject-2.0.so.0 #5 0x081180a0 in ?? () #6 0xb6ed0550 in ?? () #7 0xb5200c0e in ?? () from /opt/evo/lib/evolution/2.22/components/libevolution-mail.so #8 0xb6e46098 in ?? () from /usr/lib/libgobject-2.0.so.0 #9 0xb51f3b3c in ?? () from /opt/evo/lib/evolution/2.22/components/libevolution-mail.so #10 0x00000001 in ?? () #11 0xb7fb8ff4 in ?? () from /lib/ld-linux.so.2 #12 0xbfc61044 in ?? () #13 0x0810c0c8 in ?? () #14 0xbfc61060 in ?? () #15 0xb6cafc81 in ?? () from /lib/tls/i686/cmov/libc.so.6 #16 0xb51f3b3c in ?? () from /opt/evo/lib/evolution/2.22/components/libevolution-mail.so #17 0xbfc61044 in ?? () #18 0xb7fb97c4 in ?? () #19 0x00000048 in ?? () #20 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n)