From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: How to analyze "xm dump-core" Date: Wed, 26 May 2010 13:50:27 -0400 Message-ID: <20100526175027.GC5188@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: destinyqq@hotmail.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, May 14, 2010 at 11:10:24AM +0800, destinyqq@hotmail.com wrote: > Hey, > > I have a HVM with WindowsXP. Then use "xm dump-core" create a dump. How to analyze it? > > I want to use windbg, but it can't analyze the dump's foramt. > > From google, maybe have a tool can "convert ELF core dump to WinDbg recognized Windows kernel memory dump". > VirtualIron had a little tool for this. You can find VirtualIron dom0 sources at: http://virtualirondom0.com. Look in ./nex/dom0/tools/dumpconvert directory. You probably will have to modify it a bit to work with the latest Xen.