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

Re: [Xen-users] pv_ops domU crashes on pv_ops dom0 (directly at boot)

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: Re: [Xen-users] pv_ops domU crashes on pv_ops dom0 (directly at boot)
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Tue, 19 Jan 2010 14:15:42 -0800
Cc: Markus Schuster <ml@xxxxxxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 19 Jan 2010 14:16:17 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100119174357.GA2861@xxxxxxxxxxx>
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>
References: <200912052352.06078.ml@xxxxxxxxxxxxxxxxxxxx> <201001191310.27302.ml@xxxxxxxxxxxxxxxxxxxx> <20100119122152.GH17978@xxxxxxxxxxx> <201001191724.04545.ml@xxxxxxxxxxxxxxxxxxxx> <20100119174357.GA2861@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0
On 01/19/2010 09:43 AM, Pasi Kärkkäinen wrote:
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(gdb) x/i 0xffffffff8100930a
0xffffffff8100930a<hypercall_page+778>:   add    %al,(%rax)
(gdb) list *0xffffffff8100930a
No source file for address 0xffffffff8100930a.
Try running gdb in the kernel source directory to get the lines from the source 
file!

Its the hypercall_page; there is no source, and no code either; the hypercall stubs are plugged in there at domain-build time. The hypercall is 24 (778/32), which is vcpu_op; not sure what's going on in this path.

But this is completely different from Markus's original bug report. How many vcpus are there? It may be getting the wrong cpu context (booting with a single vcpu would be simplest).

    J


-- Pasi



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

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