From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akio Takebe Subject: Re: Debugging xm dump-core file Date: Fri, 26 Oct 2007 09:38:44 +0900 Message-ID: References: <1193328623.4151.25.camel@moonstone.uk.level5networks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1193328623.4151.25.camel@moonstone.uk.level5networks.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Kieran Mansley , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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. Best Regards, Akio Takebe