Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 4.3.12-test-2
- X-seq: zsh-users 16530
- From: Phil Pennock <zsh-workers+phil.pennock@xxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: 4.3.12-test-2
- Date: Fri, 21 Oct 2011 06:20:07 -0400
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=Tt2P8kmPUMhjrL6XpwNDuo/cKtT13Ozm387TDK5paZM=; b=cgs0NZ4TeDWCrbXba6HecnAMsrMC9YmhL/QiDKKsXRI4rKFumNwyCS0kolfMDaeAt9PWnLAYZPMe4lpqLYM39Kexpk3y4XHEMYf+lDwocXcUz/dzrn6FQX0UPtj4sIIRHwaZGSReEFT9nQVEzT6/kGa8qHk65WkK6x2qlYtJAw8=;
- In-reply-to: <20111020213929.410073fe@pws-pc.ntlworld.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author