From owner-freebsd-current@FreeBSD.ORG Mon Feb 13 17:02:42 2006 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB03416A420; Mon, 13 Feb 2006 17:02:42 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CD543D45; Mon, 13 Feb 2006 17:02:37 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k1DH2ZLs021527; Mon, 13 Feb 2006 12:02:35 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Mon, 13 Feb 2006 12:02:17 -0500 User-Agent: KMail/1.6.2 References: <20051220121837.GQ41381@FreeBSD.org> <20051221162705.GC6493@garage.freebsd.pl> <200602111105.19328.morten@rodal.no> In-Reply-To: <200602111105.19328.morten@rodal.no> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200602131202.19812.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1286/Mon Feb 13 06:41:56 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: njl@FreeBSD.org, Gleb Smirnoff , Pawel Jakub Dawidek Subject: Re: acpica memory leak? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 13 Feb 2006 17:02:42 -0000 On Saturday 11 February 2006 05:05 am, Morten Rodal wrote: > On Wednesday 21 December 2005 17:27, Pawel Jakub Dawidek wrote: > > So it looks much more serious than in my case: > > > > anger:root:# vmstat -m | grep acpica > > acpica 4550 235K - 251941 > > 16,32,64,128,256,512,1024,2048 anger:root:# vmstat -m | grep > > acpica acpica 4558 235K - 257176 > > 16,32,64,128,256,512,1024,2048 anger:root:# vmstat -m | grep > > acpica acpica 4562 235K - 265940 > > 16,32,64,128,256,512,1024,2048 anger:root:# uptime > > 17:26 up 5 days, 19:06, 21 users, load averages: 0,15 0,13 0,09 > > Did any of you find out what caused this? It seems to be a vendor bug. However, they said they couldn't reproduce the problem. I am trying to find the root cause but I got no luck so far. :-( > I see this on my computer: > | [burton] ~> sysctl kern.malloc | grep acpica > | acpica 42884 2658K - 1127825 > > 16,32,64,128,256,512,1024,2048 > > | [burton] ~> uptime > | 11:02am up 4 days, 16:45, 0 users, load averages: 0.51, 0.24, > | 0.10 > > This is a EPoX 8K9A7I motherboard with AMD Athlon XP 2500+ (Barton) > processor. According to the acpi it is a KT400A AWRDACPI. Try acpidump -d -t > acpi.asl and send me the acpi.asl. Thanks, Jung-uk Kim