From mboxrd@z Thu Jan 1 00:00:00 1970 From: 0bo0 <0.bugs.only.0@gmail.com> Subject: Re: trying to debug xen4 & qemu-dm, Xen reports "core dump failed" Date: Wed, 27 Jan 2010 08:40:57 -0800 Message-ID: References: <1407893573.20100127171939@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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: Keir Fraser Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org fyi, BOOTS OK name = 'test' builder = 'linux' kernel = '/boot/vmlinuz-2.6.31.12-2-xen' ramdisk = '/boot/initrd-2.6.31.12-2-xen' disk = [ 'phy:/dev/VG0/boot,xvda,w','phy:/dev/VG0/swap,xvdb,w','phy:/dev/VG0/root,xvdc,w',] root = '/dev/xvdc1' #vfb = [''] CRASHES @ qemu-dm, AS REPORTED name = 'test' builder = 'linux' kernel = '/boot/vmlinuz-2.6.31.12-2-xen' ramdisk = '/boot/initrd-2.6.31.12-2-xen' disk = [ 'phy:/dev/VG0/boot,xvda,w','phy:/dev/VG0/swap,xvdb,w','phy:/dev/VG0/root,xvdc,w',] root = '/dev/xvdc1' vfb = [''] NO CRASH, JUST WAITS FOR NON-EXSITENT DISK name = 'test' builder = 'linux' kernel = '/boot/vmlinuz-2.6.31.12-2-xen' ramdisk = '/boot/initrd-2.6.31.12-2-xen' #disk = [ 'phy:/dev/VG0/boot,xvda,w','phy:/dev/VG0/swap,xvdb,w','phy:/dev/VG0/root,xvdc,w',] root = '/dev/xvdc1' vfb = ['']