From owner-cvs-src@FreeBSD.ORG Mon Dec 8 12:19:46 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E60916A4CF for ; Mon, 8 Dec 2003 12:19:46 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0141143D43 for ; Mon, 8 Dec 2003 12:18:52 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 70004 invoked from network); 8 Dec 2003 19:52:12 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 8 Dec 2003 19:52:12 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 8 Dec 2003 13:52:10 -0600 (CST) From: Mike Silbersack To: Kris Kennaway In-Reply-To: <20031208191702.GA50623@xor.obsecurity.org> Message-ID: <20031208134838.G2508@odysseus.silby.com> References: <200312072352.hB7Nqsw6011333@repoman.freebsd.org> <20031208191702.GA50623@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Peter Jeremy cc: src-committers@freebsd.org cc: Scott Long cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC src/sys/alpha/confGENERIC src/sys/sparc64/conf GENERIC src/sys/amd64/conf GENERIC src/sys/pc98/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 20:19:46 -0000 On Mon, 8 Dec 2003, Kris Kennaway wrote: > > 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. > > Yeah, that's a good idea. GNATS is full of PRs with panic strings but > no tracebacks, and it can be time-consuming and difficult to get > people to obtain them post-facto. If we ship a kernel.debug with the > release then we can explain in the release documentation how to use it > to submit a useful PR. > > Kris We should also probably finish seperating out DDB and have backtraces automatically printed whenever any panic occurs. Although that wouldn't be as useful as a gdb backtrace, it would be a lot better than the useless page fault panics filling gnats. For clarification, "we" = people other than me. Mike "Silby" Silbersack