From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18241 invoked by alias); 27 Jun 2018 09:18:27 -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: List-Unsubscribe: X-Seq: 43100 Received: (qmail 24557 invoked by uid 1010); 27 Jun 2018 09:18:27 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf0-f66.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.215.66):SA:0(-1.9/5.0):. Processed in 1.9817 secs); 27 Jun 2018 09:18:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: franciscodezuviria@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=Tu1Fl+EBCWagNgY9bx0nW3zc6HBzp7FZMRR3402VVYs=; b=gU9XTRras/vWwhcY9gAvI7XGMOVj/9nU2v8hA9FvVH9IszO838M0iDzGtusuaWBXVD x48Jo9l67W3we3g0MQsKN5spFqkdHTUjEnSGx3UlfhVhlbAysk4sWuufbLXX4YuPWpFs rcysG8TD4f3GqPFNRKBLq0aUNc8rQ8YDfDOLCodJZKGv8/aR9HFxLGVTSjScyldrB5EM bhrwp7taDQQhFR9fj8500wYCMvqbP49Cgmn6TkOWDNirxWc3DLr9uVf+O+zu1CSCu6eV 1bF0P8DUftxuMGbhkYJ8H1cphmH7g12TitZz4xjGZm2cS5SZ3WNb4D+bnnUf4u35RaGj GQhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=Tu1Fl+EBCWagNgY9bx0nW3zc6HBzp7FZMRR3402VVYs=; b=F4VZk4JNyUVwTqNgZfO/CayU9tj3t5klsxMBTkDiALiBkb65+c3Y/ZYUyf1tRSRVou bwUbjhbQgkczelEjdFIIh29f4ykGKQ553SDfUu+B3ECCPQrRpQKN9FfFrw37jQ59CKCc a8UMp2v4EFS9CKtB26bRKsLYZxhwX5vvrLodwfImwXV97IMiB3bjUVPwY0z2rNGYdjon P3I+FYETStu2mAK0z1YfPfVwB/FFFr8ETRblzCuB0+5rfhVplcubW356kIrPiFdpFQqq BPMCKSGnt3OpPzbSftzjLzbxdIi795olLcFufApk/Ah5ZmYO/K7j6yOHhG6RbQ17Azgp efQw== X-Gm-Message-State: APt69E0KLhkRDZLyje2tZUAQ44L9GTotUOS2aGC3PFNvQa71TyJ53fss wkQpT9M0u3HPvVVXFkdSNW/QNhQ0WErZ2Mj1BqQ= X-Google-Smtp-Source: AAOMgpewAhsyWDyHMMmA2+SysTBvOXKGV7/pOg6CtRqo6yNPu8WOHyihO7oTVrynqM6Fgd/oTF5BiDs8ev9jz56LGGY= X-Received: by 2002:a19:a892:: with SMTP id r140-v6mr3504791lfe.39.1530091101693; Wed, 27 Jun 2018 02:18:21 -0700 (PDT) MIME-Version: 1.0 Reply-To: franciscodezuviria@gmail.com In-Reply-To: References: <20180618092809eucas1p25d5a922904b9ab1df59c532179890f07~5Nw-JdN-j0712507125eucas1p2Z@eucas1p2.samsung.com> From: =?UTF-8?Q?Francisco_de_Zuvir=C3=ADa_Allende?= Date: Wed, 27 Jun 2018 06:18:20 -0300 Message-ID: Subject: Re: [BUG] process substitution breaks when nested or traverses a function To: Peter Stephenson Cc: zsh-workers@zsh.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable silly me, I forgot to fire up zsh while logged as root. The problem persists :( Maybe a regression from 5.5.1 ? On Wed, Jun 27, 2018 at 6:14 AM, Francisco de Zuvir=C3=ADa Allende wrote: > I created https://github.com/robbyrussell/oh-my-zsh/issues/6951 > Hopefully some can narrow down the problem > > On Wed, Jun 27, 2018 at 6:04 AM, Francisco de Zuvir=C3=ADa Allende > wrote: >> I have zsh 5.5.1 in Debian Testing. >> >> I can confirm it is fixed. HOWEVER, in a shell that uses the oh my zsh >> framework, the bug persists! (even if I disable all plugins) >> >> I had to login as root (which has no .zshrc) to make foo() { cat <(cat >> "$@"); }; foo <(echo bar); work >> >> I will report in oh my zsh as well, but I don't think it's their >> fault, and I don't think they'll be able to do anything about it. >> declaring a foo and using cat should work, regardless of how many >> functions have been loaded previously. There's something messing >> zsh... >> >> >> On Mon, Jun 18, 2018 at 6:28 AM, Peter Stephenson >> wrote: >>> On Sun, 17 Jun 2018 00:14:10 -0300 >>> Francisco de Zuvir=C3=ADa Allende wrote: >>>> This problem still happens. >>>> > #!/bin/zsh >>>> > foo() { cat <(cat "$@"); }; foo <(echo bar); >>>> > cat: /proc/self/fd/11: No such file or directory >>> >>> This was fixed in 5.5. There's now a test for it at the end of >>> D03procsubst.ztst, so failures will get picked up. >>> >>>> There is still no bug tracking system for zsh, right? >>> >>> No, we've never had a volunteer to look after one. The list is the >>> right place to report bugs. >>> >>> pws >>> >>>