On Sat, Nov 03, 2007 at 10:32:29PM +0100, Uwe Storbeck wrote: > (gdb) run > Starting program: /tmp/sleep > Failed to read a valid object file image from memory.
This particular error is a kernel bug, since fixed, I believe. > Program received signal SIGINT, Interrupt. > 0xb7f2c410 in ?? () > (gdb) bt > #0 0xb7f2c410 in ?? () > #1 0xbfdc9ff8 in ?? () > #2 0xb7f0aff4 in ?? () from /lib/tls/i686/cmov/libc.so.6 > #3 0xbfdc9fe4 in ?? () > #4 0xb7e6baa0 in nanosleep () from /lib/tls/i686/cmov/libc.so.6 > #5 0xb7e6b8eb in sleep () from /lib/tls/i686/cmov/libc.so.6 > #6 0x08048371 in main () at sleep.c:3 > > This happens on all my Etch systems but one. The only Etch installation > where gdb works as expected is an old PC with a Pentium III and a self- > compiled kernel (2.6.23.1). All systems where gdb fails have a standard > Debian kernel, if that information helps in any way. Is libc6-dbg installed on the system which produced the above backtrace? Does installing it help? -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

