From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: trying to debug xen4 & qemu-dm, Xen reports "core dump failed" Date: Wed, 27 Jan 2010 08:27:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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: 0bo0 <0.bugs.only.0@gmail.com> Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 27/01/2010 00:25, "0bo0" <0.bugs.only.0@gmail.com> wrote: > (gbd) bt > #0 0x000000000047b974 in bdrv_get_type_hint () > #1 0x0000000000464082 in xenstore_parse_domain_config () > #2 0x000000000040c099 in main () This is a weird backtrace since bdrv_get_type_hint() is not called from xenstore_parse_domain_config(). Further, I wouldn't expect bdrv_get_type_hint() (a function specific to block devices) to be called for parsing of a vfb configuration, which is apparently the domain-config line causing the problems. -- Keir