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 --component=mail Starting program: /usr/bin/evolution --component=mail [Thread debugging using libthread_db enabled] [New Thread 0xb6623720 (LWP 17624)] evolution-shell-Message: Killing old version of evolution-data-server... (evolution:17624): camel-WARNING **: camel_type_register: 'MailSession' has smaller class size than parent 'CamelSession' (evolution:17624): camel-CRITICAL **: camel_object_cast: assertion `o != NULL' failed Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb6623720 (LWP 17624)] 0xb7e15f40 in camel_session_construct () from /usr/lib/libcamel-provider-1.2.so.11 (gdb) backtrace full #0 0xb7e15f40 in camel_session_construct () from /usr/lib/libcamel-provider-1.2.so.11 No symbol table info available. #1 0xb52a2cb6 in mail_session_init (base_directory=0x81197a0 "/home/thnov/.evolution") at mail-session.c:664 camel_dir = 0x80ead60 "/home/thnov/.evolution/mail" gconf = (GConfClient *) 0xb52a2bfe #2 0xb5291ffc in mail_component_init (component=0x80bf230) at mail-component.c:1222 priv = (MailComponentPrivate *) 0x81166a0 #3 0xb6e5f13e in IA__g_type_create_instance (type=135365728) at /build/buildd/glib2.0-2.15.5/gobject/gtype.c:1575 node = (TypeNode *) 0x8118460 instance = (GTypeInstance *) 0x80bf230 class = (GTypeClass *) 0x81b17e0 i = 0 total_size = #4 0xb6e43882 in g_object_constructor (type=135365728, n_construct_properties=1, construct_params=0x8119cf8) at /build/buildd/glib2.0-2.15.5/gobject/gobject.c:1046 object = (GObject *) 0xb6c9fc81 #5 0xb77c07a1 in ?? () from /usr/lib/libbonobo-2.so.0 No symbol table info available. #6 0x08118460 in ?? () No symbol table info available. #7 0x00000001 in ?? () No symbol table info available. #8 0x08119cf8 in ?? () No symbol table info available. #9 0x00000001 in ?? () No symbol table info available. #10 0x0806a518 in ?? () No symbol table info available. #11 0x00000000 in ?? () No symbol table info available. (gdb) info registers eax 0x80e9718 135173912 ecx 0x0 0 edx 0x0 0 ebx 0xb7e2fb70 -1209861264 esp 0xbff278f0 0xbff278f0 ebp 0xbff278f8 0xbff278f8 esi 0x81b4800 136005632 edi 0x0 0 eip 0xb7e15f40 0xb7e15f40 eflags 0x10202 [ IF RF ] 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 0xb6623720 (LWP 17624)): #0 0xb7e15f40 in camel_session_construct () from /usr/lib/libcamel-provider-1.2.so.11 #1 0xb52a2cb6 in mail_session_init (base_directory=0x81197a0 "/home/thnov/.evolution") at mail-session.c:664 #2 0xb5291ffc in mail_component_init (component=0x80bf230) at mail-component.c:1222 #3 0xb6e5f13e in IA__g_type_create_instance (type=135365728) at /build/buildd/glib2.0-2.15.5/gobject/gtype.c:1575 #4 0xb6e43882 in g_object_constructor (type=135365728, n_construct_properties=1, construct_params=0x8119cf8) at /build/buildd/glib2.0-2.15.5/gobject/gobject.c:1046 #5 0xb77c07a1 in ?? () from /usr/lib/libbonobo-2.so.0 #6 0x08118460 in ?? () #7 0x00000001 in ?? () #8 0x08119cf8 in ?? () #9 0x00000001 in ?? () #10 0x0806a518 in ?? () #11 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n)