On Sat, 1 Jan 2005, Dave Jones wrote: > This hasn't been pushed out to the testing > repo's just yet, but you can pick it up > early from http://people.redhat.com/davej/kernels/Fedora/FC3/ I'm unable to use gdb with kernel-2.6.9-1.722_FC3 (the same problem with kernel-2.6.9-1.1049_FC4 in rawhide) This works fine if I go back to kernel-2.6.9-1.681_FC3 Satish ---- (The following session is from rawhide - but the same thing happened with 722_FC3) [balay@localhost junk]$ uname -a Linux localhost.localdomain 2.6.9-1.1049_FC4 #1 Wed Dec 22 19:15:55 EST 2004 i686 i686 i386 GNU/Linux [balay@localhost junk]$ gcc -g sizeof.c [balay@localhost junk]$ gdb a.out GNU gdb Red Hat Linux (6.1post-1.20040607.61rh) Copyright 2004 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 "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) b 10 Breakpoint 1 at 0x80483f4: file sizeof.c, line 10. (gdb) r Starting program: /home/balay/junk/a.out warning: Child process unexpectedly missing: No child processes Program terminated with signal ?, Unknown signal. The program no longer exists. You can't do that without a process to debug. (gdb)