From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25784 invoked from network); 26 May 2008 00:32:26 -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; 26 May 2008 00:32:26 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 22158 invoked from network); 26 May 2008 00:32:20 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 May 2008 00:32:20 -0000 Received: (qmail 29987 invoked by alias); 26 May 2008 00:32:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25110 Received: (qmail 29967 invoked from network); 26 May 2008 00:32:16 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 26 May 2008 00:32:16 -0000 Received: from vms173001pub.verizon.net (vms173001pub.verizon.net [206.46.173.1]) by bifrost.dotsrc.org (Postfix) with ESMTP id 00C3F80589A4 for ; Mon, 26 May 2008 02:32:07 +0200 (CEST) Received: from torch.brasslantern.com ([71.121.11.8]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K1G000WP9HB0OBE@vms173001.mailsrvcs.net> for zsh-workers@sunsite.dk; Sun, 25 May 2008 19:32:00 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id m4Q0Vw78007727; Sun, 25 May 2008 17:31:59 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id m4Q0Vv7K007726; Sun, 25 May 2008 17:31:57 -0700 Date: Sun, 25 May 2008 17:31:57 -0700 From: Bart Schaefer Subject: Re: Bug#482346: zsh doesn't always wait for its children (-> zombie) In-reply-to: <20080525233410.GA7056@prunille.vinc17.org> To: 482346@bugs.debian.org, zsh-workers@sunsite.dk Message-id: <080525173157.ZM7725@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <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> <20080525012321.GA7438@redoubt.spodhuis.org> <20080525213719.GV7056@prunille.vinc17.org> <20080525222657.GA80449@redoubt.spodhuis.org> <20080525233410.GA7056@prunille.vinc17.org> Comments: In reply to Vincent Lefevre "Re: Bug#482346: zsh doesn't always wait for its children (-> zombie)" (May 26, 1:34am) X-Virus-Scanned: ClamAV 0.91.2/7238/Sun May 25 22:37:51 2008 on bifrost X-Virus-Status: Clean On May 26, 1:34am, Vincent Lefevre wrote: } } Now, I could reproduce the problem with both bash and pdksh. } I don't know why I couldn't reproduce it the first times while it is } 100% reproducible under zsh (perhaps timings are a bit different). It's possible that zsh is passing a larger *envp or some similar difference, that makes it more likely the bug is tickled.