Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Rimmerworld pipeline race
- X-seq: zsh-workers 43445
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: Rimmerworld pipeline race
- Date: Tue, 11 Sep 2018 16:03:26 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20180911150329euoutp02057cca608506707de39f586479735d1f~TYLCoOBR_0196001960euoutp02e
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1536678209; bh=pRoh0bNUBAqzeyNn7ceAkl1VCfSSzE2A5TFsqBG44zc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Sw/pxu2ZgjixXx/5NHBXky5wiv3Nnx5agIh8YIoQl4ZG2W3Hc4fs2q4v7AsSdz32w W9vaQjUg1wywC+wjlDfNvnTiTJilTVsaEC6fNbVJ/zKsuW5q0sr8u839cHdDh/hUCq hLyEkvK9GzDMvOUJvd2LzqzEEHsjzx+py4t559wg=
- In-reply-to: <20180911144045.GA21032@cventin.lip.ens-lyon.fr>
- 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>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- 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> <CGME20180911144121epcas3p414601927147a878c2e59bbf9c7f1da24@epcas3p4.samsung.com> <20180911144045.GA21032@cventin.lip.ens-lyon.fr>
On Tue, 11 Sep 2018 16:40:46 +0200
Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> 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
You can get it with any outer current-shell construct.
{ : | { : | more } }
Looks a bit different to me. Not happening in the instrumented build
on the job_control_debug branch, either, so even harder to debug.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author