From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19886 invoked from network); 25 May 2008 01:23:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 25 May 2008 01:23:40 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 96391 invoked from network); 25 May 2008 01:23:35 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 25 May 2008 01:23:35 -0000 Received: (qmail 14313 invoked by alias); 25 May 2008 01:23:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25102 Received: (qmail 14296 invoked from network); 25 May 2008 01:23:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 25 May 2008 01:23:28 -0000 Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by bifrost.dotsrc.org (Postfix) with ESMTP id 30E498059114 for ; Sun, 25 May 2008 03:23:24 +0200 (CEST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=d200803; d=spodhuis.org; h=Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To; b=MTykRtWldD0S1RDGRKeGwOLwDzika/nqNxpE6biGMi1Y7n7dUAM/8qf+bTI64+mZioPcfpKDUIHsuW42kfx0UiMPTjdDfLJo15tDxPP/3+/CVPN8g+DcbAUhQ1UYrHuLGfCJw2y8fLYN13HITxMIbjALKvMdBI122+xdu2vN5YU=; Received: by smtp.spodhuis.org with local id 1K04xF-0001x0-7h; Sun, 25 May 2008 01:23:21 +0000 Date: Sat, 24 May 2008 18:23:21 -0700 From: Phil Pennock To: zsh-workers@sunsite.dk, 482346@bugs.debian.org Subject: Re: Bug#482346: zsh doesn't always wait for its children (-> zombie) Message-ID: <20080525012321.GA7438@redoubt.spodhuis.org> Mail-Followup-To: zsh-workers@sunsite.dk, 482346@bugs.debian.org References: <20080521235008.GA5600@ay.vinc17.org> <20080521235930.GW7056@prunille.vinc17.org> <20080522233327.GA24953@scru.org> <080523073940.ZM13804@torch.brasslantern.com> <20080523145722.GA12096@scru.org> <20080523224305.GN7056@prunille.vinc17.org> <20080524025556.GA30511@scru.org> <20080524124445.GQ7056@prunille.vinc17.org> <20080524234002.GA35143@redoubt.spodhuis.org> <20080525004101.GT7056@prunille.vinc17.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080525004101.GT7056@prunille.vinc17.org> X-Virus-Scanned: ClamAV 0.91.2/7228/Sat May 24 20:09:29 2008 on bifrost X-Virus-Status: Clean On 2008-05-25 at 02:41 +0200, Vincent Lefevre wrote: > None, and the CPU is idle: Then I'd be inclined to start looking into hardware issues, since _something's_ probably getting stuck in disk IO; I'll suspect that before kernel bugs, but it might also be worth seeing if there are other problems with threaded programs on powerpc, if init really can't reap something that has already become a zombie. > Here's vmstat output: First line of vmstat is average since system boot, you need to do something like "vmstat 1", ignore the first line, and look at what's happening at the current time. -Phil