From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26670 invoked from network); 4 May 1999 17:13:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 May 1999 17:13:07 -0000 Received: (qmail 16940 invoked by alias); 4 May 1999 17:12:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6214 Received: (qmail 16933 invoked from network); 4 May 1999 17:12:56 -0000 From: "Bart Schaefer" Message-Id: <990504101241.ZM28438@candle.brasslantern.com> Date: Tue, 4 May 1999 10:12:41 -0700 In-Reply-To: <990504094850.ZM28177@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "PATCH: Re: zsh hangs (3.0.6-pre-2, 3.1.5-pws-16)" (May 4, 9:48am) References: <199904290549.OAA26192@pop1.ngy.3web.ne.jp> <990429090122.ZM8426@candle.brasslantern.com> <990504094850.ZM28177@candle.brasslantern.com> X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: Re: zsh hangs (3.0.6-pre-2, 3.1.5-pws-16) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 4, 9:48am, Bart Schaefer wrote: } Subject: PATCH: Re: zsh hangs (3.0.6-pre-2, 3.1.5-pws-16) } } I think that's what's happening -- getoutput() has called child_block() } and will call child_unblock() right before child_suspend() That's not precisely accurate, BTW. child_suspend() is what calls [the equivalent of] child_unblock() internally, right before sigsuspend() [or the equivalent]. The conceptual flow is the same. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com