From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 5 00:30:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB13B1065670 for ; Thu, 5 Feb 2009 00:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 991B68FC0A for ; Thu, 5 Feb 2009 00:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n150U3t0083586 for ; Thu, 5 Feb 2009 00:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n150U3k9083576; Thu, 5 Feb 2009 00:30:03 GMT (envelope-from gnats) Date: Thu, 5 Feb 2009 00:30:03 GMT Message-Id: <200902050030.n150U3k9083576@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: kern/127659: [tmpfs] tmpfs memory leak X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 00:30:03 -0000 The following reply was made to PR kern/127659; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org Cc: a134qaed@gmail.com Subject: Re: kern/127659: [tmpfs] tmpfs memory leak Date: Wed, 4 Feb 2009 19:23:07 -0500 Try % fstat | less and search for ?(tmpfs). It looks "fstat" doesn't report a filename. For example, it did 'tail -f /tmp/x' and got hiro tail 19521 root / 2 drwxr-xr-x 512 r hiro tail 19521 wd - - ?(null) - hiro tail 19521 text /usr 525051 -r-xr-xr-x 16980 r hiro tail 19521 0 /dev 132 crw-rw-rw- ttyp5 rw hiro tail 19521 1 /dev 132 crw-rw-rw- ttyp5 rw hiro tail 19521 2 /dev 132 crw-rw-rw- ttyp5 rw hiro tail 19521 3 - - ?(tmpfs) - I do not know how rrds or newsyslog rotates files. But, http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/131356 may also be related.