From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3031 invoked by alias); 7 Jan 2005 18:24:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2973 invoked from network); 7 Jan 2005 18:24:15 -0000 Received: from unknown (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org with SMTP; 7 Jan 2005 18:24:15 -0000 Received: from [10.12.1.181] (dhcpa181.ott.qnx.com [10.12.1.181]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id CHKASVKT; Fri, 7 Jan 2005 13:24:10 -0500 Message-ID: <41DED495.9080405@qnx.com> Date: Fri, 07 Jan 2005 18:24:00 -0000 From: Kris Warkentin User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: Mike Chrabaszcz CC: gdb@sources.redhat.com Subject: Re: gdb 6.3 giving a "Child process unexpectedly missing" error References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00058.txt.bz2 Mike Chrabaszcz wrote: >I am running Fedora Core3 and have recently updated. And now, I can no >longer gdb run on any program. Any suggestions? > >Regards, >MikeC. > >---------------------------------------------------- >gdb ./test > >GNU gdb 6.3 >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 "i686-pc-linux-gnu"...Using host libthread_db >library "/lib/tls/libthread_db.so.1". > >(gdb) r >Starting program: /test > > Is that a typo? Is it really trying to run /test instead of ./test? Kris