Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2009 00:30:03 GMT
From:      Yoshihiro Ota <ota@j.email.ne.jp>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/127659: [tmpfs] tmpfs memory leak
Message-ID:  <200902050030.n150U3k9083576@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/127659; it has been noted by GNATS.

From: Yoshihiro Ota <ota@j.email.ne.jp>
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902050030.n150U3k9083576>