From owner-cvs-src@FreeBSD.ORG Wed Aug 6 08:24:06 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1D35106567B; Wed, 6 Aug 2008 08:24:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA0A8FC08; Wed, 6 Aug 2008 08:24:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id A270F46BC0; Wed, 6 Aug 2008 04:24:05 -0400 (EDT) Date: Wed, 6 Aug 2008 09:24:05 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: Remko Lodder In-Reply-To: <4898BBF1.2080407@FreeBSD.org> Message-ID: References: <200808052042.m75Kg0qZ052029@repoman.freebsd.org> <4898BBF1.2080407@FreeBSD.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, John Baldwin Subject: Re: cvs commit: src/usr.sbin Makefile src/usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 06 Aug 2008 08:24:07 -0000 On Tue, 5 Aug 2008, Remko Lodder wrote: > John Baldwin wrote: >> jhb 2008-08-05 20:41:46 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin Makefile Added files: >> usr.sbin/crashinfo Makefile crashinfo.8 crashinfo.sh Log: >> SVN rev 181335 on 2008-08-05 20:41:46Z by jhb >> Add a script to perform simple analysis of a crash dump (either a full >> dump or minidump). When the script is run, it generates a text file >> containing the output of several commands run againt the core dump such >> as kgdb (stack trace), ps, netstat, vmstat, iostat, dmesg, and fstat. >> Obtained from: Yahoo! >> MFC after: 2 weeks > > awesome! This sounds something brilliant we can use for the send-pr stuff :) > > Thanks John! (And Yahoo!) It should also be easy to add a call to ddb(8)'s capture buffer dump routine so that scripted (or unscripted) DDB session output appears in crashinfo output in the same way it appears in textdumps. Robert N M Watson Computer Laboratory University of Cambridge