zsh-users
 help / color / mirror / code / Atom feed
From: Phil Pennock <zsh-workers+phil.pennock@spodhuis.org>
To: Peter Stephenson <p.w.stephenson@ntlworld.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: 4.3.12-test-2
Date: Fri, 21 Oct 2011 06:20:07 -0400	[thread overview]
Message-ID: <20111021102007.GB23272@redoubt.spodhuis.org> (raw)
In-Reply-To: <20111020213929.410073fe@pws-pc.ntlworld.com>

On 2011-10-20 at 21:39 +0100, Peter Stephenson wrote:
> I've uploaded a test version of zsh to ftp.zsh.org in pub/development.
> Please see if you can find any obvious problems, else I'll release it as
> 4.3.13.
> 
> This is almost entirely a bug-fix release, with the usual continuous
> improvements to shell functions.

Between 4.3.12 and HEAD/4.3.12-test-2 I've started getting:

/home/phil/.zshenv:133: failed to close file descriptor 1: bad file descriptor
/home/phil/.zshenv:136: failed to close file descriptor 1: bad file descriptor
/home/phil/.zshenv:142: failed to close file descriptor 1: bad file descriptor
/home/phil/.zshenv:146: failed to close file descriptor 1: bad file descriptor

Those correspond to function definitions of the form:

functions >&- have_cmd || function have_cmd { [[ -x =$1 ]] 2>/dev/null }

I can see closing fd1 as causing issues if I were going to print, but in
this case it's a report of EBADF for stdout, which I don't quite
believe.

-Phil


      reply	other threads:[~2011-10-21 10:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-20 20:39 4.3.12-test-2 Peter Stephenson
2011-10-21 10:20 ` Phil Pennock [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111021102007.GB23272@redoubt.spodhuis.org \
    --to=zsh-workers+phil.pennock@spodhuis.org \
    --cc=p.w.stephenson@ntlworld.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).