From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1599 invoked by alias); 29 Sep 2014 03:54:33 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 19180 Received: (qmail 6151 invoked from network); 29 Sep 2014 03:54:21 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 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== X-Received: by 10.68.215.67 with SMTP id og3mr56331103pbc.30.1411962856949; Sun, 28 Sep 2014 20:54:16 -0700 (PDT) Date: Mon, 29 Sep 2014 11:53:38 +0800 From: lilydjwg To: zsh-users@zsh.org Subject: File descriptor leakage? Message-ID: <20140929035338.GA29747@lilyforest> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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