Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs
- X-seq: zsh-workers 15377
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Timothy Miller <tsm@xxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less" then resume hangs
- Date: Thu, 12 Jul 2001 03:39:07 +0000
- In-reply-to: <yehg0c3jnq8.fsf@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200106140732.JAA08108@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <yehvgl0kdvm.fsf@xxxxxxxxxxxxxxxxxx> <1010710162547.ZM29353@xxxxxxxxxxxxxxxxxxxxxxx> <yehofqsjx1a.fsf@xxxxxxxxxxxxxxxxxx> <010710162700.ZM30017@xxxxxxxxxxxxxxxxxxxxxxx> <yehg0c3jnq8.fsf@xxxxxxxxxxxxxxxxxx>
On Jul 11, 2:59pm, Timothy Miller wrote:
} Subject: Re: fatal flaw zsh 4.0.1 on irix 6.3 & 6.5: suspend "ls -l|less"
}
} -pws-2:
} after ^Z:
} F S UID PID PPID PGID SID CMD
} b0 T tsm 9489 9487 9489 1092 ls -lR /
} b0 S tsm 9487 1092 9487 1092 ./Src/zsh +Z -f
} b0 S tsm 9490 9487 9489 1092 cat
}
} -pws-3:
} after ^Z:
} F S UID PID PPID PGID SID CMD
} b0 S tsm 13720 13718 13720 1092 ls -lR /
} b0 T tsm 13721 13718 13721 1092 cat
} b0 S tsm 13718 1092 13718 1092 ./Src/zsh +Z -f
}
} This version of zsh has different behavior than the current one
Yes, there was at least one other bug fix after -pws-3:
* Sven: 9345: Src/exec.c, Src/jobs.c, Src/zsh.h:
bug with job control when group leader exits; other problems
with subshells.
So it would be more helpful to see the `ps' output for 4.0.2 (say) than
for 3.1.6-pws-3.
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?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author