From owner-freebsd-current@FreeBSD.ORG Thu Jun 5 06:26:19 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 8435137B404 for ; Thu, 5 Jun 2003 06:26:19 -0700 (PDT) Received: from gravy.homeunix.net (pool-151-197-48-53.phil.east.verizon.net [151.197.48.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2CCE43F85 for ; Thu, 5 Jun 2003 06:26:18 -0700 (PDT) (envelope-from bleez@verizon.net) Received: from gravy.homeunix.net (gravy.homeunix.net [192.168.1.2]) by gravy.homeunix.net (8.12.9/8.12.9) with ESMTP id h55DQHUa000573; Thu, 5 Jun 2003 09:26:17 -0400 (EDT) (envelope-from bleez@verizon.net) Date: Thu, 5 Jun 2003 09:26:17 -0400 (EDT) From: Bryan Liesner To: Terry Lambert In-Reply-To: <3EDF38B8.123D7035@mindspring.com> Message-ID: <20030605091745.A566@gravy.homeunix.net> References: <20030604021752.Y69975-100000@mail.chesapeake.net> <3EDF250C.F79876F7@mindspring.com> <20030605073853.Y453@gravy.homeunix.net> <3EDF38B8.123D7035@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: umtx/libthr SMP fixes. 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: Thu, 05 Jun 2003 13:26:19 -0000 On Thu, 5 Jun 2003, Terry Lambert wrote: > I hesistate to suggest this because everyone always gives me > crap about me not disclosing the bug, but unless you are ready > to grovel around in locore, and figure out what the root cause > is for the difference in behaviour, I'm going to say that > the most likely cause is that a DDB kernel uses more memory. > > Given that, I'm going to suggest you try again without DDB, > but with: > > options DISABLE_PSE > options DISABLE_PG_G > > If it doesn't fix the problem, then you haven't really lost > anything but the time it takes to compile, reboot, rename, > and reboot again. A non disclosure agreement is a non disclosure agreement, so no crap from me. I'll give that a try and see if it makes a difference. I don't remember off of the top of my head from the previous posts on this subject, but does this bug apply to an Athlon XP as well? -Bryan