From owner-cvs-all@FreeBSD.ORG Tue Jan 20 11:43:14 2004 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 3F7E616A4CE; Tue, 20 Jan 2004 11:43:14 -0800 (PST) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8F2943D54; Tue, 20 Jan 2004 11:43:12 -0800 (PST) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 17217212; Tue, 20 Jan 2004 14:45:06 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Tue, 20 Jan 2004 14:45:05 -0500 Message-ID: <20040120144505.ccsc4kog4c88sgww@www.sweetdreamsracing.biz> Date: Tue, 20 Jan 2004 14:45:05 -0500 From: Kenneth Culver To: Nate Lawson References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120111923.T96919@root.org> In-Reply-To: <20040120111923.T96919@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: src-committers@FreeBSD.org cc: Poul-Henning Kamp cc: Bruce Evans cc: cvs-src@FreeBSD.org cc: Mike Silbersack cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h 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: Tue, 20 Jan 2004 19:43:14 -0000 Quoting Nate Lawson : > On Tue, 20 Jan 2004, Mike Silbersack wrote: > > On Tue, 20 Jan 2004, Bruce Evans wrote: > > > > > This can be obtained by running a debugger on the panic dump. Line > > > numbers and source file names can also be printed by the debugger > > > if the executable has at least line numbers in its debugging info. > > > > True, if you can convince the reporter to enable crashdumps and recreate > > the panic... having even roughly accurate line numbers would increase the > > usefulness of PRs quite a bit. > > Except when crashdumps don't work or are 1 GB+. There are a few things we > need: > > * Fix crash dumps. I can't get a dump on my laptop, ATA. > > * Sparse crash dumps. We don't need non-anonymous pages, for instance. > > * Fix GDB backtrace output (patch posted by gallatin@ and obrien@ may be > working on integrating it.) > > * Fix backtrace() so the output goes to the console log. Right now, we > get output that needs to be hand-transcribed or use a serial console. This is also very useful for when FreeBSD crashes when X is running. If X is running, the only option is a serial console, as you can't see the crash to transcribe it otherwise, and most people don't have the spare computer to use as a serial console. Ken