marco@linux-oSUSE-11-3:~> gdb evolution GNU gdb (GDB) SUSE (7.0-1.18) Copyright (C) 2009 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 "i586-suse-linux". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/evolution...Reading symbols from /usr/lib/debug/usr/bin/evolution.debug...done. done. (gdb) run Starting program: /usr/bin/evolution [Thread debugging using libthread_db enabled] (evolution:10707): e-data-server-DEBUG: Loading categories from "/home/marco/.evolution/categories.xml" (evolution:10707): e-data-server-DEBUG: Loaded 22 categories evolution-shell-Message: Preparing for online mode... evolution-shell-Message: Online preparations complete. [New Thread 0xb5342b70 (LWP 10711)] [New Thread 0xb531eb70 (LWP 10712)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb531eb70 (LWP 10712)] Cannot remove breakpoints because program is no longer writable. Further execution is probably impossible. sem_wait@@GLIBC_2.1 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S:106 106 ../nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: No such file or directory. in ../nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S Current language: auto The current source language is "auto; currently asm". (gdb) thread apply all bt Thread 3 (Thread 0xb531eb70 (LWP 10712)): Cannot access memory at address 0xb5a069b4 Thread 2 (Thread 0xb5342b70 (LWP 10711)): #0 0xffffe422 in __kernel_vsyscall () #1 0xb7eb18c6 in nanosleep () at ../sysdeps/unix/syscall-template.S:82 #2 0xb5aa90e8 in ?? () #3 0xb770363e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Thread 1 (Thread 0xb6551ab0 (LWP 10707)): #0 0xffffe422 in __kernel_vsyscall () #1 0xb76f1333 in __xstat (vers=3, name=0xb778cff4 "|\315\025", buf=0xbfffeaf8) at ../sysdeps/unix/sysv/linux/i386/xstat.c:62 #2 0xb6bb3b00 in stat (__statbuf=, __path=) at /usr/include/sys/stat.h:455 #3 nsshelp_get_user_db_path (__statbuf=, __path=) at db.c:84 #4 0xb6bb3cbd in nsshelp_open_db (app_id=0xb7333a95 "evolution", old_path=0x811ed88 "/home/marco/.evolution", flags=0) at db.c:146 #5 0xb732afe2 in camel_init (configdir=0x80fff78 "/home/marco/.evolution", nss_init=1) at camel.c:98 #6 0xb5d116b7 in mail_session_init () at mail-session.c:801 #7 0xb5cbcbc8 in mail_backend_constructed (object=0x80da358) ---Type to continue, or q to quit--- at e-mail-backend.c:390 #8 0xb5d50fcf in mail_shell_backend_constructed (object=0x80da358) at e-mail-shell-backend.c:484 #9 0xb78772c8 in IA__g_object_newv (object_type=135330608, n_parameters=1, parameters=0x81f87f0) at gobject.c:1289 #10 0xb7877c50 in IA__g_object_new_valist (object_type=135330608, first_property_name=0xb7fcf9ca "shell", var_args=0xbfffeeac "") at gobject.c:1377 #11 0xb7877d80 in IA__g_object_new (object_type=135330608, first_property_name=0xb7fcf9ca "shell") at gobject.c:1095 #12 0xb7fb6104 in shell_add_backend (type=135330608, shell=0x8108d20) at e-shell.c:422 #13 0xb7f8e650 in e_type_traverse (parent_type=135327488, func=0xb7fb60c0 , user_data=0x8108d20) at e-util.c:550 #14 0xb7f8e62c in e_type_traverse (parent_type=135670408, func=0xb7fb60c0 , user_data=0x8108d20) at e-util.c:544 #15 0xb7fb5fd9 in shell_constructed (object=0x8108d20) at e-shell.c:642 #16 0xb78772c8 in IA__g_object_newv (object_type=135145528, n_parameters=4, parameters=0x810c800) at gobject.c:1289 #17 0xb7877c50 in IA__g_object_new_valist (object_type=135145528, first_property_name=0x804b1ac "name", var_args=0xbffff174 "") at gobject.c:1377 #18 0xb7877d80 in IA__g_object_new (object_type=135145528, ---Type to continue, or q to quit--- first_property_name=0x804b1ac "name") at gobject.c:1095 #19 0x0804a4d9 in create_default_shell () at main.c:439 #20 main () at main.c:589 (gdb)