Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: File descriptor leakage?
- X-seq: zsh-users 19182
- From: lilydjwg <lilydjwg@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: File descriptor leakage?
- Date: Mon, 29 Sep 2014 18:47:03 +0800
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Disposition-notification-to: missyou11@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to :disposition-notification-to:user-agent; bh=wFbRPlMd/tqS51hEiPQ7FoTwVVEkTaQHg2cYKD5Z8rE=; b=E6BQtv2W3jP5BuAkTaafWHszHboKiXwjZAfHQefsXmdR1pdhTBjrjTPd3Cpb3GAtCS JN4yqqbtRfr6ErN3/KEsA15iH5cyBMEOJMyucVjF+fpKe2bzTqAK/RYG+Sgctv236TKm IGWlD8glWey2kKwCyd27n3zdzBaQcDaC3BmGqZUlhwHHGXAN6vc4VlgOeqJCLKku1ckf +pBnMjZl28ozJTW6/gopzbxmvYxMaC/y/WUa+l0D+b7HSKdesJzrTZolHWY00B4uppxW SCLJ3XGmHFV7Z39cwCE3IMJ/QhgHRutZtsJ2TZeiwS+wwZQAxau2Pbb7jwpWWf8wfwRw t3ig==
- In-reply-to: <140928230710.ZM5202@torch.brasslantern.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>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20140929035338.GA29747@lilyforest> <140928230710.ZM5202@torch.brasslantern.com>
On Sun, Sep 28, 2014 at 11:07:10PM -0700, Bart Schaefer wrote:
> [...]
> This is the file created when the HIST_SAVE_BY_COPY option is set, which
> is then renamed to the name given by $HISTFILE after being written. I
> don't know of any reason the behavior for this would have changed from
> 5.0.5 to 5.0.6, but it's possible that workers/33116 is related.
> [...]
Hi, I did a git bisect and found this commit is the first bad one:
979f72199f3d3e98b1f6c712fa26f731dac2cb51
But during the test, it's slightly different: the leaking fd is refering
to a file named ".histfile" and is not deleted.
--
Best regards,
lilydjwg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author