From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 09:08:23 2004 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 7E4B216A4CE; Thu, 19 Aug 2004 09:08:23 +0000 (GMT) Received: from mail007.syd.optusnet.com.au (mail007.syd.optusnet.com.au [211.29.132.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B07143D2D; Thu, 19 Aug 2004 09:08:21 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) i7J98Ho01900; Thu, 19 Aug 2004 19:08:19 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])i7J98FxP026678; Thu, 19 Aug 2004 19:08:16 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost)i7J98FIm026677; Thu, 19 Aug 2004 19:08:15 +1000 (EST) (envelope-from pjeremy) Date: Thu, 19 Aug 2004 19:08:15 +1000 From: Peter Jeremy To: Marc Fonvieille Message-ID: <20040819090814.GM423@cirb503493.alcatel.com.au> References: <20040818200530.GA88370@abigail.blackend.org> <20040818205029.GA48028@xor.obsecurity.org> <6.1.2.0.0.20040818170232.05773880@64.7.153.2> <20040819072614.GA19508@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040819072614.GA19508@abigail.blackend.org> User-Agent: Mutt/1.4.2i cc: freebsd-current@freebsd.org cc: Mike Tancsa Subject: Re: Weird performances: -CURRENT vs 5.2.1 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, 19 Aug 2004 09:08:23 -0000 On Thu, 2004-Aug-19 09:26:14 +0200, Marc Fonvieille wrote: >It's not really documented. To sum up, you have to remove these lines >from your kernel configuration file: > >makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols > ># Debugging for use in -current >options KDB # Enable kernel debugger support. >options DDB # Support DDB. >options GDB # Support remote GDB. The above lines have no measurable runtime performance impact. Removing them just makes it far more difficult to debug any problems. -- Peter Jeremy