GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "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) set pagination 0 handle SIG33 pass nostop noprint set pagination 0 run //salsa-10-1-0-19/salsa /tmp/1 -o user=notch Starting program: /sbin/mount.cifs //salsa-10-1-0-19/salsa /tmp/1 -o user=notch [Thread debugging using libthread_db enabled] [New Thread -1209559360 (LWP 26024)] Error while reading shared library symbols: Cannot find new threads: generic error Program received signal SIGABRT, Aborted. [Switching to Thread -1209559360 (LWP 26024)] 0xffffe410 in __kernel_vsyscall () (gdb) backtrace full #0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #1 0xb7ea3df0 in raise () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #2 0xb7ea5641 in abort () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #3 0xb7ed99bb in __libc_message () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #4 0xb7ee17cd in _int_free () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #5 0xb7ee4e30 in free () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #6 0x0804b458 in main (argc=Cannot access memory at address 0x65a8 ) at client/mount.cifs.c:1249 mount_user = 0x805080a "root" c = flags = orgoptions = 0x804e018 "user=notch" share_name = ipaddr = 0xb7e796a0 "10.1.0.19" mountpoint = 0x804f3d0 "/tmp/1" optlen = 65 orgoptlen = 10 retry = 0 statbuf = {st_dev = 2053, __pad1 = 0, __st_ino = 4403140, st_mode = 16877, st_nlink = 2, st_uid = 20033, st_gid = 20033, st_rdev = 0, __pad2 = 0, st_size = 6, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1185790166, tv_nsec = 728171292}, st_mtim = {tv_sec = 1185790166, tv_nsec = 728171292}, st_ctim = {tv_sec = 1185790166, tv_nsec = 728171292}, st_ino = 4403140} sysinfo = {sysname = "Linux", '\0' , nodename = "salsa-10-1-0-13", '\0' , release = "2.6.20-16-generic", '\0' , version = "#2 SMP Thu Jun 7 20:19:32 UTC 2007", '\0' , machine = "i686", '\0' , domainname = "(none)", '\0' } mountent = {mnt_fsname = 0xbff6d950 "//salsa-10-1-0-19/salsa", mnt_dir = 0x804f3d0 "/tmp/1", mnt_type = 0x804c4ce "cifs", mnt_opts = 0x8050728 "rw,mand", mnt_freq = 0, mnt_passno = 0} pmntfile = (FILE *) 0x80505c0 (gdb) info registers eax 0x0 0 ecx 0x65a8 26024 edx 0x6 6 ebx 0x65a8 26024 esp 0xbff6cbe4 0xbff6cbe4 ebp 0xbff6cbfc 0xbff6cbfc esi 0xbff6cc9c -1074344804 edi 0xb7fb6ff4 -1208258572 eip 0xffffe410 0xffffe410 <__kernel_vsyscall+16> eflags 0x202 [ IF ] 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 -1209559360 (LWP 26024)): #0 0xffffe410 in __kernel_vsyscall () #1 0xb7ea3df0 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0xb7ea5641 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0xb7ed99bb in __libc_message () from /lib/tls/i686/cmov/libc.so.6 #4 0xb7ee17cd in _int_free () from /lib/tls/i686/cmov/libc.so.6 #5 0xb7ee4e30 in free () from /lib/tls/i686/cmov/libc.so.6 #6 0x0804b458 in main (argc=Cannot access memory at address 0x65a8 ) at client/mount.cifs.c:1249 (gdb) quit The program is running. Exit anyway? (y or n)