Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] history locking with fcntl
- X-seq: zsh-workers 24850
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] history locking with fcntl
- Date: Sat, 19 Apr 2008 11:35:41 -0700
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <080418222312.ZM11316@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080415153120.GE1223@xxxxxxxxxxxxxxxxxxx> <20080417162307.GB22594@xxxxxxxxx> <20080418005959.GB1067@xxxxxxxxxxxxxxxxxxx> <20080419023155.GB23964@xxxxxxxxx> <080418222312.ZM11316@xxxxxxxxxxxxxxxxxxxxxx>
On Fri, Apr 18, 2008 at 10:23:12PM -0700, Bart Schaefer wrote:
> I don't think there is a "real error" in the sense of a -1 return from
> a system call and/or an errno value.
I'm assuming that there is based on this in the original report:
zsh: failed to write history file /home/vlefevre/.zhistory: bad file descriptor
This seems to indicate that an open() call failed for some reason, but
the fdopen() call masked the error.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author