WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xencrash-0.2

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xencrash-0.2
From: Itsuro ODA <oda@xxxxxxxxxxxxx>
Date: Fri, 17 Nov 2006 13:14:24 +0900
Delivery-date: Thu, 16 Nov 2006 20:14:59 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

This is an update of crash analisys tool for Xen hypervisor.
(posted 2006/10/30)

The main enhance is x86_64 support and minor change is
* now command name is just "crash"
  It recognizes as Xen hypervisor analysis if
  - the name of namelist starts "xen-syms", or
  - --hyper option specified

Note: This is still based on crash-4.0-3.8

To use xencrash:
- get crash-4.0-3.8 from
  http://people.redhat.com/anderson/crash-4.0-3.8.tar.gz
- tar zxf crash-4.0-3.8.tar.gz
- cd crash-4.0-3.8
- zcat xencrash-4.0-3.8-0.2.patch.gz | patch -p1
- make

usage: crash xen-syms dump-file
   where dump-file is either
   - vmcore (whole memory dump image) get by kdump, or
   - xendump (the part of xen hypervisor) cut by dom0cut

   support architecture is x86 and x86_64.

The main direction of our development will be IA-64 support.

Thanks.
-- 
Itsuro ODA <oda@xxxxxxxxxxxxx>

Attachment: xencrash-4.0-3.8-0.2.patch.gz
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xencrash-0.2, Itsuro ODA <=