Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
File descriptor leakage?
- X-seq: zsh-users 19180
- From: lilydjwg <lilydjwg@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: File descriptor leakage?
- Date: Mon, 29 Sep 2014 11:53:38 +0800
- Disposition-notification-to: missyou11@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:disposition-notification-to:user-agent; bh=UrFphOyHBUNuxFspx/eISRu0cOlOU4dz3zTYi5hC6fI=; b=ygEE3cGaRQ7SxQ0h/70PJCXbvmcJhXAbtXMD6X3HdJST7WDy2uSep3W1EklTHz8sAa G+XvyXafgrJ7DRpfTlqG4gPhsq/dng1j+9tlikSrO5h46ZnzFSsQzjSC0BlCDY9pTqgz 6cDNhJhV2qFKSHb9krR9oSMdHvYernV5ox4Jm9tK+XedhOCImmA0c7Bf1UtKgct0jY8r /dfIC7m1sZEgdMmvH6FbBHHT0Iz9fngSOyIJiAzKW7iMW7T+VBLYtZI+cf+2YImgydBr 08+anaPdQuP7sCfUXcqO4EQESraUnIRdXHlzSsywJgQXSyofcfikGqJoUTWmEZP6VojZ a+UA==
- 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
Hi,
I discover that my zsh keeps a file descriptor to a deleted
".histfile.new" file:
3 REG 0x28 326859 1993633 /home/lilydjwg/.histfile.new (deleted)
And it's inherited in some of its child processes. Does zsh forget to
close it?
My zsh version is 5.0.6, and I do not see this with 5.0.5.
--
Best regards,
lilydjwg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author