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: Markus Schuster <ml@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] pv_ops domU crashes on pv_ops dom0 (directly at boot)
From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
Date: Mon, 07 Dec 2009 15:45:19 -0800
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 07 Dec 2009 15:46:07 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200912062308.50146.ml@xxxxxxxxxxxxxxxxxxxx>
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> <20091206004046.GL16033@xxxxxxxxxxx> <4B1C0051.1080106@xxxxxxxx> <200912062308.50146.ml@xxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091125 Fedora/3.0-3.12.rc1.fc12 Lightning/1.0pre Thunderbird/3.0
On 12/06/09 14:08, Markus Schuster wrote:
On Sunday 06 December 2009 20:04:49 Jeremy Fitzhardinge wrote:
On 12/05/09 16:40, Pasi Kärkkäinen wrote:
Hello,

Jeremy: Is this already known bug/crash?
I don't recognize it.  What CPU is it?  It would be useful to work out
exactly what line is crashing.
The server is equipted with two AMD Opteron 2218.
What to do to find out the line in code that crashes?

If you built the kernel, then:

$ gdb vmlinux
(gdb) x/i 0xffffffff81386142  (or whatever the RIP line says)
...
(gdb) list *0xffffffff81386142
...

The first just shows the faulting instruction, and the second should list the actual corresponding source line.

You'll get best results if you enable CONFIG_DEBUG_INFO.

Thanks,
    J

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