From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29502 invoked from network); 30 Jul 2001 21:26:08 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 30 Jul 2001 21:26:08 -0000 Received: (qmail 8219 invoked by alias); 30 Jul 2001 21:25:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15542 Received: (qmail 8207 invoked from network); 30 Jul 2001 21:25:57 -0000 From: Bart Schaefer Message-Id: <010730142425.ZM31056@candle.brasslantern.com> Date: Mon, 30 Jul 2001 14:24:25 -0700 In-Reply-To: Comments: In reply to Timothy Miller "Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs" (Jul 30, 4:18pm) References: <200106140732.JAA08108@beta.informatik.hu-berlin.de> <1010710162547.ZM29353@candle.brasslantern.com> <010710162700.ZM30017@candle.brasslantern.com> <1010712033907.ZM31622@candle.brasslantern.com> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Timothy Miller Subject: Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs Cc: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 30, 4:18pm, Timothy Miller wrote: > > 4.0.2 zsh +Z -f, ps -fljt ttyq4 with irrelevant procs removed: > > ls -lR /|cat running > b0 S tsm 8564 8561 8564 915 3 61 20 * 45:25 c0d1261c 16:02:54 ttyq4 0:00 cat > b0 S tsm 8561 915 8561 915 0 39 20 * 609:232 8039d510 16:02:16 ttyq4 0:00 ./Src/zsh +Z -f > b8 S tsm 8563 8561 8563 915 24 20 20 * 394:114 803fe164 16:02:54 ttyq4 0:00 ls -lR / OK, notice that each of ls and cat is in its own process group. That's not supposed to happen. > > However, I note that in -pws-2, both `cat' and `ls' are in the same pgrp > > but it is `ls' that is stopped. Did you try either of the patches that > > Sven sent? > > Yes, and even sent out a reply (Jul 6) No, Sven sent two *more* patches *after* that. July 11 -- see http://www.zsh.org/mla/workers/2001/msg02043.html Those are the ones that I was asking about.