From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1448 invoked by alias); 18 Jul 2013 18:08:49 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31539 Received: (qmail 17851 invoked from network); 18 Jul 2013 18:08:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <130718110826.ZM21070@torch.brasslantern.com> Date: Thu, 18 Jul 2013 11:08:26 -0700 In-reply-to: <20130718094432.GA12262@chaz.gmail.com> Comments: In reply to Stephane Chazelas "Re: bug with eval, proc-subst and pipes" (Jul 18, 10:44am) References: <20130715133525.GA7694@chaz.gmail.com> <130715100624.ZM14123@torch.brasslantern.com> <20130716215540.22d88a27@pws-pc.ntlworld.com> <130717000027.ZM15643@torch.brasslantern.com> <20130717201733.2c0b029b@pws-pc.ntlworld.com> <20130718094432.GA12262@chaz.gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: bug with eval, proc-subst and pipes MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jul 18, 10:44am, Stephane Chazelas wrote: } Subject: Re: bug with eval, proc-subst and pipes } } 2013-07-17 20:17:33 +0100, Peter Stephenson: } > It seems to fix the completely reproducible variant. } } for the record, in case it was not clear, it doesn't fix the } issue I reported initially. Hmm. Some strace output would be nice, then, because the only way the /proc/self/fd or whatever file should be not found is if the descriptor has been closed, and this patch should keep it from being closed until after paste exits.