From owner-freebsd-current@FreeBSD.ORG Wed Jun 25 13:53:53 2003 Return-Path: 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 854B437B401; Wed, 25 Jun 2003 13:53:53 -0700 (PDT) Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F2843FE0; Wed, 25 Jun 2003 13:53:52 -0700 (PDT) (envelope-from db@traceroute.dk) Received: from user5.cybercity.dk (fxp0.user5.ip.cybercity.dk [212.242.41.51]) by cicero2.cybercity.dk (Postfix) with ESMTP id 1842FC22CE; Wed, 25 Jun 2003 22:53:51 +0200 (CEST) Received: from main (port132.ds1-arsy.adsl.cybercity.dk [212.242.239.73]) by user5.cybercity.dk (Postfix) with SMTP id 49C1A286745; Wed, 25 Jun 2003 22:53:50 +0200 (CEST) Date: Wed, 25 Jun 2003 23:01:33 +0200 From: Socketd To: Robert Watson , current@freebsd.org Message-Id: <20030625230133.583cf7b0.db@traceroute.dk> In-Reply-To: References: <20030625191652.289ba4db.db@traceroute.dk> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD 5.1-Release freezes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 25 Jun 2003 20:53:54 -0000 On Wed, 25 Jun 2003 16:44:56 -0400 (EDT) Robert Watson wrote: > Sounds like a memory leak to me; it might also be a locking problem. > Are you actually running with any MAC policies, or just with the > framework? Just the framework, no policies. > The code most likely to cause a memory leak in the MAC Framework is > the label management code, since that's the only code that really does > much in the way of memory allocaiton. Try compiling options MAC_DEBUG > into your kernel, which causes the MAC Framework to track the number > of labels it has allocated/free'd in a series of variables: [snip] Ok, I will try and do the things du suggest (never tried that before), but am I the only one with this problem? If you'd like, I can give you root access to the laptop, then you can play all you want :-) br socketd