Comment 11 for bug 74691

Revision history for this message
Shirish Agarwal (shirishag75) wrote :

Ok here's mine :-

shirish@ubuntu:~$ gdb sleep
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) run 500
Starting program: /bin/sleep 500
Failed to read a valid object file image from memory.

Program received signal SIGINT, Interrupt.
0xffffe410 in ?? ()
(gdb) bt
#0 0xffffe410 in ?? ()
#1 0xbfaecae8 in ?? ()
#2 0xb7dca68c in ?? ()
#3 0x00000000 in ?? ()
(gdb) quit
The program is running. Exit anyway? (y or n) y
shirish@ubuntu:~$ uname -r
2.6.22-7-generic

I have both gdb-dbgsym as well as coreutils-dbgsym installed . Did CRTL^C while run 500 was happening.