From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6395 invoked by alias); 7 Jan 2005 18:31:01 -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 6299 invoked from network); 7 Jan 2005 18:30:51 -0000 Received: from unknown (HELO samson.mediabolic.local) (64.175.80.162) by sourceware.org with SMTP; 7 Jan 2005 18:30:51 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Subject: RE: gdb 6.3 giving a "Child process unexpectedly missing" error Date: Fri, 07 Jan 2005 18:31:00 -0000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Mike Chrabaszcz" To: "Kris Warkentin" Cc: X-SW-Source: 2005-01/txt/msg00059.txt.bz2 >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 >=20=20 > Is that a typo? Is it really trying to run /test instead of ./test? Kris typo, that line was not extacted from the terminal, the rest was. Any idea= s?