WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] trying to debug xen4 & qemu-dm, Xen reports "core dump

To: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] trying to debug xen4 & qemu-dm, Xen reports "core dump failed"
From: 0bo0 <0.bugs.only.0@xxxxxxxxx>
Date: Wed, 27 Jan 2010 07:41:19 -0800
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 27 Jan 2010 07:41:42 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=5bfU6USIBXBTB05RcD6dYviZr6AWiYB66ix/+utwD6k=; b=n1TzJiiibN5Q90DDvB93XHflckNTTDE0E1f3p3pQFgZSyhQaDPgCCwE4cqa/qbEHa6 WZbACRcpPzdug+KHCE4dJsTHIfues3dvHbvmZYM+CQv+ipunBs4IvHtz8Cwui9lupmQm xON/HcFquaRGpKk24j9JvB5YBvPPUdcztgQh8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=yFG1xewMy7b+OVWzbMXIDwPBpOh91oKbrc/A45G2GZL3UPJRD4HZraiSSPCClGp5eF Ht0lvU69L0RQKagm2JZ0+eU+vTbZCRuebpXqx9ZFEF3yGOIwBZQLbOISLV4zPWtKBypY Gb3FU8A6P4Bhwr387l8T9TRqTFxwvPTr/PpOs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <C785B377.7830%keir.fraser@xxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <C785A973.7825%keir.fraser@xxxxxxxxxxxxx> <C785B377.7830%keir.fraser@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi

On Wed, Jan 27, 2010 at 1:10 AM, Keir Fraser <keir.fraser@xxxxxxxxxxxxx> wrote:
> I don't know whether it could be related to the domUloader.py bootloader
> stuff. I've never used that and I think it's suse specific?

yes, it's suse-specific (it's already been requested that they support
pvgrub ...)

but, doesn't seem like the issue :-/

removing the use of the domUloader.py bootloader

     builder      = 'linux'
-    bootloader   = '/usr/lib/xen/boot/domUloader.py'
-    bootargs     = '--entry=xvda1:vmlinuz-xen,/boot/initrd-xen'
+   kernel       = '/home/xen_store/distros/opensuse112/xenboot/vmlinuz-xen'
+   ramdisk      = '/home/xen_store/distros/opensuse112/xenboot/initrd-xen'

still results on the same problem/crash -- as lang as

    vfb = ['']

exists.  again, simply removing the vfb spec'n allows the DomU to sanely boot.

thanks.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>