From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: gdb crashes when given the "run" command to exceute program specified as gdb commandline argument. Version-Release number of selected component (if applicable): 6.1post-1.20040607.43rh How reproducible: Always Steps to Reproduce: Build and run a little program as follows program abc.c ------------- #include <stdio.h> int main() { printf("test\n"); return 0; } build ----- gcc -g -o abc abc.c run --- ./abc test run in debugger --------------- gdb ./abc GNU gdb Red Hat Linux (6.1post-1.20040607.43rh) 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) run Starting program: /home/colesen/abc 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. Actual Results: Please see results under "Steps to reproduce" Expected Results: The program should have run in gdb - as it does on kernel 2.6.9-1.681_FC3 and older. Additional info: Maybe this is needed or usefull rpm -qa | grep glib glib2-2.4.8-1.fc3 glib-1.2.10-15 glib2-devel-2.4.8-1.fc3 taglib-devel-1.3.1-1 glibc-2.3.4-2.fc3 glibc-kernheaders-2.4-9.1.87 glibc-devel-2.3.4-2.fc3 dbus-glib-0.22-10 taglib-1.3.1-1 glibc-common-2.3.4-2.fc3 glibc-headers-2.3.4-2.fc3 rpm -qa | grep binutils binutils-2.15.92.0.2-5
This sounds like a dup of bug #144021
*** This bug has been marked as a duplicate of 144021 ***