Comment 2 for bug 36036

Revision history for this message
Karel Demeyer (kmdemeye) wrote :

backtrace:

scapor@kryptonix:~/Desktop/linux$ gdb -args dd if=my_sw.bin of=/dev/sde1
GNU gdb 6.4-debian
Copyright 2005 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"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) run
Starting program: /bin/dd if=my_sw.bin of=/dev/sde1
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1209534784 (LWP 23252)]
(no debugging symbols found)
10035+1 records in
10035+1 records out

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1209534784 (LWP 23252)]
0xb7efc2a3 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt full
#0 0xb7efc2a3 in strlen () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#1 0xb7ed02e4 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb7eccd7c in cuserid () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3 0xb7eccfbb in vfprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4 0xb7ed56af in fprintf () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5 0x080497b2 in ?? ()
No symbol table info available.
#6 0xb7fbcf80 in _IO_list_all () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#7 0xb7d69d5d in ?? ()
No symbol table info available.
#8 0x004e66a4 in ?? ()
No symbol table info available.
#9 0x00000000 in ?? ()
No symbol table info available.

libc6-i686 2.3.6-0ubuntu16
Linux kryptonix.homelinux.org 2.6.15-20-686 #1 SMP PREEMPT Tue Apr 4 18:37:00 UTC 2006 i686 GNU/Linux