Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#482346: zsh doesn't always wait for its children (-> zombie)
- X-seq: zsh-workers 25102
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx, 482346@xxxxxxxxxxxxxxx
- Subject: Re: Bug#482346: zsh doesn't always wait for its children (-> zombie)
- Date: Sat, 24 May 2008 18:23:21 -0700
- 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=;
- In-reply-to: <20080525004101.GT7056@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, 482346@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080521235008.GA5600@xxxxxxxxxxxxx> <20080521235930.GW7056@xxxxxxxxxxxxxxxxxxx> <20080522233327.GA24953@xxxxxxxx> <080523073940.ZM13804@xxxxxxxxxxxxxxxxxxxxxx> <20080523145722.GA12096@xxxxxxxx> <20080523224305.GN7056@xxxxxxxxxxxxxxxxxxx> <20080524025556.GA30511@xxxxxxxx> <20080524124445.GQ7056@xxxxxxxxxxxxxxxxxxx> <20080524234002.GA35143@xxxxxxxxxxxxxxxxxxxx> <20080525004101.GT7056@xxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author