From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8834 invoked by alias); 15 Jul 2013 21:53:01 -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: 31520 Received: (qmail 3595 invoked from network); 15 Jul 2013 21:52:46 -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=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=Y3/yOtttZVFibQxSe3kFE7SDLdWxLMKN1fQ449CN11k=; b=Pq08zvTLWPqYyCquBbxfpNB5eObU2Zfvlncd7xkzkX8z2xnNpEwNqGc5wOLr7RINNG iu7fls9w3G0d+23mKCSmCURvkoj1CNzPYYv+QlNSfRGZ/O75aiyJFHRvy1z/D45b4LjM bvvDX7NxRFI5s3vKZpYVLofZVR6qDcAjTZBdba9XG8h/iQxkVFxkRijGsaEzb0UVBhmF N81KldWFSbb9XU7d/so10A+dkChW74SrAuFCTKPYef8UR40Jzy/23IzdfV7lvG4Pl+dU 71NeQwl99FmNHHzXzHGFVEh043sZobtuJhy1wWm+3+ByPzBnesAUYmTUIWjf6eGo6ZS5 AEOA== MIME-Version: 1.0 X-Received: by 10.66.179.17 with SMTP id dc17mr44836741pac.85.1373925160689; Mon, 15 Jul 2013 14:52:40 -0700 (PDT) In-Reply-To: <201307152114310185.0059391B@mail.gmx.net> References: <20130715133525.GA7694@chaz.gmail.com> <130715100624.ZM14123@torch.brasslantern.com> <201307152114310185.0059391B@mail.gmx.net> Date: Mon, 15 Jul 2013 14:52:40 -0700 Message-ID: Subject: Re: Re[2]: bug with eval, proc-subst and pipes From: Bart Schaefer To: mpy@gmx.net Cc: Zsh hackers list Content-Type: multipart/alternative; boundary=047d7bdcab1a26b3af04e193e15c X-Gm-Message-State: ALoCoQkZZZNjSwZR4LvNBALjfHjgq7lXe7GcRxcIC3IU9DfTYUOaA4QJrYDfFode4HC1zq+FtCrG --047d7bdcab1a26b3af04e193e15c Content-Type: text/plain; charset=ISO-8859-1 On Mon, Jul 15, 2013 at 12:14 PM, Manuel Presnitz wrote: > > I don't know if it helps to get an idea what's going on, but > both variants work as expected with zsh 5.0.2 under the cygwin > environment: > I suspect this is because Cygwin does not support the /proc/fd magic filesystem or its equivalent. Indeed, if I remove PATH_DEV_FD from config.h and recompile, I can no longer reproduce the error. There has to be something more going on, though, because moving the call that closes the /proc/fd descriptors from exec.c into jobs.c:deletefilelist does not resolve the problem. --047d7bdcab1a26b3af04e193e15c--