From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13777 invoked by alias); 4 Dec 2001 22:23:11 -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 13755 invoked from network); 4 Dec 2001 22:23:09 -0000 Received: from unknown (HELO fcexgw03.efi.com) (192.68.228.82) by sources.redhat.com with SMTP; 4 Dec 2001 22:23:09 -0000 Received: from 10.10.12.116 by fcexgw03.efi.com (InterScan E-Mail VirusWall NT); Tue, 04 Dec 2001 14:22:55 -0800 Received: from there (seeds.efi.com [10.10.61.61]) by ex-imc2-corp.efi.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id XDQZR14F; Tue, 4 Dec 2001 14:22:55 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Ranjan Parthasarathy To: gdb@sources.redhat.com Subject: gdb-5.1 : attach does not work Date: Tue, 04 Dec 2001 14:23:00 -0000 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2001-12/txt/msg00020.txt.bz2 Message-ID: <20011204142300.-03ZFOam2p6zeyL8BFx0W0b7cREFzVXkHqD0_JmS6c8@z> I tried attaching to a already suspended process and the attach fails. The error reported is as follows. This works fine in gdb 4.18. ----------------------------------------------------------------------------- GNU gdb 5.1 Copyright 2001 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"... (gdb) attach 197 Attaching to program: /scsi0/fierysys, process 197 Child process unexpectedly missing: No child processes. Program terminated with signal ?, Unknown signal. The program no longer exists. (gdb) ---------------------------------------------------------------------------- system in use : glibc 2.1.3 , kernel 2.2.14/19 Thanks Ranjan