From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kieran Mansley Subject: Re: Debugging xm dump-core file Date: Fri, 26 Oct 2007 08:25:19 +0100 Message-ID: <1193383519.2835.5.camel@moonstone.uk.level5networks.com> References: <1193328623.4151.25.camel@moonstone.uk.level5networks.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: 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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, 2007-10-26 at 09:38 +0900, Akio Takebe wrote: > Hi, Kieran > > You can use crash-utils for debugging the core. > http://people.redhat.com/anderson/ > > # crash > > corefile is core dumped by "xm dump-core". > vmlinux.debug is vmlinux including debuginfo. > We can make the vmlinux.debug by compiling with CONFIG_DEBUG_INFO. I did try that but get the following error from crash: crash: /var/xen/dump/2007-1025-1628.22-Wolf02Guest1.1.core: not a supported file format However, file seems to think it is the following: file /var/xen/dump/2007-1025-1628.22-Wolf02Guest1.1.core /var/xen/dump/2007-1025-1628.22-Wolf02Guest1.1.core: ELF 64-bit LSB core file Intel 80386, version 1 And the fact that gdb and gdb-server can get some information out of it suggests that it's not a completely invalid dump. Thanks Kieran