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 weeksawesome! 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
