GNU gdb 6.8-debian Copyright (C) 2008 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"... (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/nautilus [Thread debugging using libthread_db enabled] [New Thread 0xb6b76720 (LWP 14456)] [New Thread 0xb6952b90 (LWP 14462)] Initializing nautilus-open-terminal extension Initializing nautilus-share extension seahorse nautilus module initialized [New Thread 0xb4cb0b90 (LWP 14470)] ** (nautilus:14456): WARNING **: Unable to add monitor: Non pris en charge Nautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error Aucun fichier ou dossier de ce type Please ask your system administrator to enable user sharing. seahorse nautilus module shutdown [Thread 0xb4cb0b90 (LWP 14470) exited] [New Thread 0xb4cb0b90 (LWP 14471)] [Thread 0xb6952b90 (LWP 14462) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb6b76720 (LWP 14456)] 0xb77312e6 in gconf_client_remove_dir () from /usr/lib/libgconf-2.so.4 (gdb) backtrace full #0 0xb77312e6 in gconf_client_remove_dir () from /usr/lib/libgconf-2.so.4 No symbol table info available. #1 0xb6142c67 in ?? () from /usr/lib/nautilus/extensions-2.0/libnautilus-actions.so No symbol table info available. #2 0x8400000c in ?? () No symbol table info available. #3 0xb614710c in ?? () from /usr/lib/nautilus/extensions-2.0/libnautilus-actions.so No symbol table info available. #4 0x00000000 in ?? () No symbol table info available. (gdb) info registers eax 0xb773c456 -1217149866 ecx 0x0 0 edx 0x8400000c -2080374772 ebx 0xb773ed18 -1217139432 esp 0xbf81e410 0xbf81e410 ebp 0xbf81e448 0xbf81e448 esi 0x81d9c98 136158360 edi 0xb614710c -1240174324 eip 0xb77312e6 0xb77312e6 eflags 0x210246 [ PF ZF 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 4 (Thread 0xb4cb0b90 (LWP 14471)): #0 0xb7fb8410 in __kernel_vsyscall () #1 0xb73a6dd2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0xb770e077 in ?? () from /usr/lib/libgthread-2.0.so.0 #3 0x081f6038 in ?? () #4 0x081aa120 in ?? () #5 0xb4cb0268 in ?? () #6 0x1dcd58f0 in ?? () #7 0x000000a9 in ?? () #8 0x00000000 in ?? () Thread 1 (Thread 0xb6b76720 (LWP 14456)): #0 0xb77312e6 in gconf_client_remove_dir () from /usr/lib/libgconf-2.so.4 #1 0xb6142c67 in ?? () from /usr/lib/nautilus/extensions-2.0/libnautilus-actions.so #2 0x8400000c in ?? () #3 0xb614710c in ?? () from /usr/lib/nautilus/extensions-2.0/libnautilus-actions.so #4 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n)