GNU gdb (GDB) 7.0.90.20100309-ubuntu 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 "i486-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/lib/gvfs/gvfsd-sftp...Reading symbols from /usr/lib/debug/usr/lib/gvfs/gvfsd-sftp...done. done. (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) stet pagination 0 (gdb) run --spawner :1.7 /otrg/gtk/gvfs/exec_spaw/11 Starting program: /usr/lib/gvfs/gvfsd-sftp --spawner :1.7 /org/gtk/gvfs/exec_spaw/11 [Thread debugging using libthread_db enabled] Program received signal SIGTERM, Terminated. 0x0012d422 in __kernel_vsyscall () (gdb) backtrace full #0 0x0012d422 in __kernel_vsyscall () No symbol table info available. #1 0x00426abb in poll () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #2 0x002e939b in g_poll () from /lib/libglib-2.0.so.0 No symbol table info available. #3 0x002dbeff in ?? () from /lib/libglib-2.0.so.0 No symbol table info available. #4 0x002dc61f in g_main_loop_run () from /lib/libglib-2.0.so.0 No symbol table info available. #5 0x0805851a in daemon_main (argc=4, argv=0xbffff474, max_job_threads=1, default_type=0x806be56 "sftp", mountable_name=0x0, first_type_name=0x806be56 "sftp") at daemon-main.c:294 var_args = connection = 0x8079e98 loop = 0xfffffdfc daemon = derror = {name = 0x0, message = 0x0, dummy1 = 1, dummy2 = 0, dummy3 = 0, dummy4 = 0, dummy5 = 0, padding1 = 0x174} mount_spec = 0x0 mount_source = 0x8079e98 error = 0x0 res = type = #6 0x08058826 in main (argc=4, argv=0xbffff474) at daemon-main-generic.c:39 No locals. (gdb) info registers eax 0xfffffdfc -516 ecx 0x2 2 edx 0xffffffff -1 ebx 0x807a580 134718848 esp 0xbffff220 0xbffff220 ebp 0xbffff238 0xbffff238 esi 0x807bf58 134725464 edi 0x4b6ff4 4943860 eip 0x12d422 0x12d422 <__kernel_vsyscall+2> eflags 0x200246 [ PF ZF IF ID ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) x/16i $pc => 0x12d422 <__kernel_vsyscall+2>: ret 0x12d423: add %ch,(%esi) 0x12d425: jae 0x12d48f 0x12d427: jae 0x12d49d 0x12d429: jb 0x12d49f 0x12d42b: popa 0x12d42c: bound %eax,(%eax) 0x12d42e: cs 0x12d42f: push $0x687361 0x12d434: cs 0x12d435: fs 0x12d436: jns 0x12d4a6 0x12d438: jae 0x12d4b3 0x12d43a: insl (%dx),%es:(%edi) 0x12d43b: add %ch,(%esi) 0x12d43d: fs (gdb) thread apply all backtrace Thread 1 (Thread 0xb7fd8720 (LWP 4847)): #0 0x0012d422 in __kernel_vsyscall () #1 0x00426abb in poll () from /lib/tls/i686/cmov/libc.so.6 #2 0x002e939b in g_poll () from /lib/libglib-2.0.so.0 #3 0x002dbeff in ?? () from /lib/libglib-2.0.so.0 #4 0x002dc61f in g_main_loop_run () from /lib/libglib-2.0.so.0 #5 0x0805851a in daemon_main (argc=4, argv=0xbffff474, max_job_threads=1, default_type=0x806be56 "sftp", mountable_name=0x0, first_type_name=0x806be56 "sftp") at daemon-main.c:294 #6 0x08058826 in main (argc=4, argv=0xbffff474) at daemon-main-generic.c:39 (gdb) quit A debugging session is active. Inferior 1 [process 4847] will be killed. Quit anyway? (y or n)