Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Rimmerworld pipeline race
- X-seq: zsh-workers 43444
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: PATCH: Rimmerworld pipeline race
- Date: Tue, 11 Sep 2018 16:40:46 +0200
- In-reply-to: <20180911085827eucas1p1edf8e50634f8d977941f7b80f43ce025~TTMUOH4zU2107621076eucas1p1p@eucas1p1.samsung.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20180905210740.5a6aec15@pws-HP.localdomain> <20180906090902.1f344e9f@camnpupstephen.cam.scsc.local> <20180906092250eucas1p13d651e07ae627d179dd0701e65f912d6~RxTLztJrP2263722637eucas1p12@eucas1p1.samsung.com> <CAH+w=7ZH1d8RZaHNVhb2k+RqBb_8kgxDurewtk1a6TWG9Vvh5Q@mail.gmail.com> <20180907101852.62415ff9@camnpupstephen.cam.scsc.local> <20180907122145.2af5bcba@camnpupstephen.cam.scsc.local> <20180907150140.46a05880@camnpupstephen.cam.scsc.local> <20180907145828eucas1p2755db3a0eb9725cb3a29121033e77f21~SJhg-Al9h2728227282eucas1p2z@eucas1p2.samsung.com> <20180910225530.GI4613@sym.noone.org> <20180911085827eucas1p1edf8e50634f8d977941f7b80f43ce025~TTMUOH4zU2107621076eucas1p1p@eucas1p1.samsung.com>
On 2018-09-11 09:58:25 +0100, Peter Stephenson wrote:
> On Tue, 11 Sep 2018 00:55:30 +0200
> Axel Beckert <abe@xxxxxxxxxxxxxxx> wrote:
> > Does this fix Vincent Lefevre's problem discussed in the "zsh 5.6
> > regression: a pipe sometimes yields a TTOU signal" thread starting at
> > zsh-workers 43379?
>
> Yes, it's that problem. Probably a newly exposed race rather than
> a regression as this is the first time the code has been joined up
> like this.
Apparently, it is not entirely fixed, or perhaps this is another
problem:
cventin% for i in 1 2 3; do : | { : | tput init } done
zsh: suspended (tty output) for i in 1 2 3; do; : | { : | tput init; }; done
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author