From owner-freebsd-current@FreeBSD.ORG Sat Nov 29 11:00:31 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 88BE116A4CE; Sat, 29 Nov 2003 11:00:31 -0800 (PST) Received: from king.mcs.drexel.edu (king.mcs.drexel.edu [129.25.6.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596EB43F75; Sat, 29 Nov 2003 11:00:30 -0800 (PST) (envelope-from jsmith@drexel.edu) Received: from vorpal.mcs.drexel.edu (vorpal.mcs.drexel.edu [129.25.6.250]) by king.mcs.drexel.edu (8.12.9/8.12.8) with ESMTP id hATJ0SBL009485; Sat, 29 Nov 2003 14:00:29 -0500 (EST) Received: from drexel.edu (vorpal.mcs.drexel.edu [129.25.6.250]) hATJ0MOH044152; Sat, 29 Nov 2003 14:00:22 -0500 (EST) (envelope-from jsmith@drexel.edu) Message-ID: <3FC8ECC6.2040108@drexel.edu> Date: Sat, 29 Nov 2003 14:00:22 -0500 From: Justin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031016 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Upgrade experience 5.1p10->5.2 Beta 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: Sat, 29 Nov 2003 19:00:31 -0000 >Are you running with GENERIC from 5.2-BETA? If so, you may wish to >recompile your kernel with WITNESS and INVARIANTS turned off and see if >that helps. These debugging features are critical during the development >process, but also seriously impact performance and might make the >difference you're seeing. > > This worked like a charm! Everything, including opengl-intensive applications seem to work perfectly. It's amazing only problem was in the debugging code! Thank you.