From owner-freebsd-current@FreeBSD.ORG Thu May 29 16:04:47 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18333C06 for ; Thu, 29 May 2014 16:04:47 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E64A92934 for ; Thu, 29 May 2014 16:04:46 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 5CD09B97B; Thu, 29 May 2014 12:04:45 -0400 (EDT) From: John Baldwin To: Alexander Kabaev Subject: Re: Memory blackhole in 11. Possibly libc.so.7? Date: Thu, 29 May 2014 12:04:02 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <1401356463384-5916161.post@n5.nabble.com> <201405290908.10274.jhb@freebsd.org> <20140529095722.1765ce36@kan> In-Reply-To: <20140529095722.1765ce36@kan> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201405291204.02160.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 29 May 2014 12:04:45 -0400 (EDT) Cc: freebsd-current@freebsd.org, Beeblebrox X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 16:04:47 -0000 On Thursday, May 29, 2014 9:57:22 am Alexander Kabaev wrote: > On Thu, 29 May 2014 09:08:10 -0400 > John Baldwin wrote: > > > On Thursday, May 29, 2014 5:41:03 am Beeblebrox wrote: > > > uname: FreeBSD 11.0-CURRENT #0 r266393M: Sun May 18 13:04:00 2014 > > > amd64 I'm also loading the Radeon_kms modules > > > > > > > > > > I don't know if the lsof dump in single user mode will be of any > > > help, but it seems like lib/libc.so.7 has something to do with it: > > > > > > Why do you think libc.so.7 has anything to do with this? wired > > memory is usually only allocated in the kernel, so if anything you > > are looking at some sort of memory leak in a driver (maybe the radeon > > driver?) > > > > -- > > John Baldwin > > Aren't ZFS buffers accounted as kernel wired memory? Ah, yes, using ZFS this might be "normal". -- John Baldwin