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

[Xen-devel] Problem with dump-core after restoring VM

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Problem with dump-core after restoring VM
From: Dawid <murkys@xxxxxxxxx>
Date: Mon, 31 Oct 2011 19:02:33 +0100
Delivery-date: Mon, 31 Oct 2011 11:02:13 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ILTzh70aZgIpH1qqmwl2quL/WXSjSyAnjd/zkbsR5dk=; b=WODEwVqax54YqqTxuLRU9oCz+X73pYGWF+9wnk8yy8OvhxdPXC4S+WQUCiko9D0WKY ViFPRCYU5JVVwBtJhdQBhKIKMS4bVdd0uTURcSwtM71J47/x+aCO15qyC8P+kaGE23Em KiZ8Vo6IP3f06oUmuMp8REpIQc9LaERksAYgY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111001 Thunderbird/7.0.1
Hi,

Sorry to bother you, but I have some problems with dumping core of HVM
domain after previously restoring it from a given save point. After
starting HVM domain from a scratch (i.e. xm/xl create ..) there is no
problem with dumping core. But when I decide to save VM and then restore
it, dump-core fails afterwards.

dom0: Debian Squeeze
hvm domain: Windows Xp (tried both 32bit and 64bit version)
Xen hypervisor: tried on machine with Xen 4.1 (dom0 kernel 3.0.0) and
also Xen 4.0 (dom0 kernel 2.6.32)

Using xm I got error (it's xmlrpclib.Fault exception in _run_cmd() at
xm/main.py):
Fault 2: "Failed to dump core: (1, 'Internal error', 'Failed to write
buffer (14 = Bad address)')"

Using new xl toolstack I got similar error:
xc: error: Failed to write buffer (14 = Bad address): Internal error
libxl: error: libxl.c:479:libxl_domain_core_dump core dumping domain 14
to ./dump.2: Bad address
core dump failed (rc=-3)

Doing `xm save -c` without stopping VM doesn't cause problem with
core-dump (well, it would be strange if it does), so it seems problem
exist only after restoring VM.

Regards,
David

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Problem with dump-core after restoring VM, Dawid <=