From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11712 invoked by alias); 16 Sep 2006 04:03:56 -0000 Received: (qmail 11697 invoked by uid 22791); 16 Sep 2006 04:03:55 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 16 Sep 2006 04:03:53 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GORPC-00021m-Sk; Sat, 16 Sep 2006 00:03:50 -0400 Date: Sat, 16 Sep 2006 04:03:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] linux-nat.c Message-ID: <20060916040350.GB7673@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17672.53943.265838.195451@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17672.53943.265838.195451@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00082.txt.bz2 On Thu, Sep 14, 2006 at 03:55:35PM +1200, Nick Roberts wrote: > > On nickrob-async-20060513-branch I get a zombie process each time I start the > inferior. It doesn't happen for me on mainline but the patch below seems to > belong there anyway. OK, thanks. Normally the first process gets killed, and that leaves the second one belonging to init, which reaps it. Dunno what else might be wrong. -- Daniel Jacobowitz CodeSourcery