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-users

[Xen-users] Core Dump of a 64 bit domU from 32 bit dom0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Core Dump of a 64 bit domU from 32 bit dom0
From: Puneet Lakhina <puneet.lakhina@xxxxxxxxx>
Date: Tue, 18 May 2010 11:25:08 -0700
Delivery-date: Tue, 18 May 2010 11:26:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=5yyxR2oRBvwBD+Bpr8j4qfrCwIsPoHLMzcTh/Mo4JMc=; b=IrHJUDI1DyssJospaO7aIy2NWBdfG52MAKbfHiV2VsMqoeXDTr/sMRVazNurnRYFoX YDHXabCo9E/PnN1NhYN8i8yniLbCXSawKbIHZwXb2q4ySA0yyiorsj7uyKMJlmMLWH6y +il1efiGiWgg6omCjK5aipCNjKCSSdwMgek0c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JBDubX4mPLZhWXVvMMzXWGlsxyqm/DH98BK5txgYHK1K7MK9shqiZHdWc1Js0hQAxy nMkygAAaa2XRXpUuMVZXMGYOgCU/+sXAOHKKGKiy/J7NYGId2fzpLx2ZfGt3prXq229j FhS1Vxpcb7Ne8gHMvkaiEFF53q/MMGqarYFdQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I have a setup in which the hypervisor and my domU are 64 bit but the
dom0 is 32 bit. Now when I try to core dump my domU from the dom0, the
".xen_prstatus" section of the elf file contains data based on 32 bit
struct sizes instead of 64 bit struct sizes (vcpu_guest_context *
noOfVcpus). That is the size of that section is 2800 * no of vcpus
(http://lxr.xensource.com/lxr/source/tools/include/xen-foreign/reference.size)
instead of 5168 * no of cpus.

Is there any way to get the right data in the core dump file?

--
Regards,
Puneet
http://www.cs.ucsb.edu/~puneet

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

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