From owner-cvs-all@FreeBSD.ORG Mon Dec 8 11:05:37 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 280C216A4CE; Mon, 8 Dec 2003 11:05:37 -0800 (PST) Received: from cirb503493.alcatel.com.au (c211-30-75-229.belrs2.nsw.optusnet.com.au [211.30.75.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 706544409F; Mon, 8 Dec 2003 11:03:12 -0800 (PST) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])hB8J36D8016192; Tue, 9 Dec 2003 06:03:11 +1100 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost)hB8J363S016191; Tue, 9 Dec 2003 06:03:06 +1100 (EST) (envelope-from jeremyp) Date: Tue, 9 Dec 2003 06:03:05 +1100 From: Peter Jeremy To: Scott Long Message-ID: <20031208190305.GA956@cirb503493.alcatel.com.au> References: <200312072352.hB7Nqsw6011333@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312072352.hB7Nqsw6011333@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/alpha/conf GENERIC src/sys/sparc64/conf GENERIC src/sys/amd64/conf GENERIC src/sys/pc98/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 19:05:37 -0000 On Sun, Dec 07, 2003 at 03:52:54PM -0800, Scott Long wrote: >scottl 2003/12/07 15:52:54 PST > > FreeBSD src repository > > Modified files: (Branch: RELENG_5_2) > sys/i386/conf GENERIC > sys/alpha/conf GENERIC > sys/sparc64/conf GENERIC > sys/amd64/conf GENERIC > sys/pc98/conf GENERIC > Log: > Don't build a kernel.debug for the release. Out of interest, why not? The first request for additional information after a panic report is virtually always to perform a backtrace against a debug kernel to get line numbers. IMHO, having a debug kernel supplied with -RELEASE would seem very useful for people who don't rebuild their kernel. Note that, last time I checked, it is not at all clear that '-g' does not change the generated code so you can't guarantee to be able to do a '-g' build after the fact and generate a traceback. I'm not suggesting that kernel.debug has to be part of CD 1, but I believe it would make a worthwhile addition to (eg) the live filesystem CD. Peter