15 messages in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 267] (XEN) Domain 2 (...
FromSent OnAttachments
bugz...@lists.xensource.com18 Oct 2005 08:16 
bugz...@lists.xensource.com18 Oct 2005 15:37 
bugz...@lists.xensource.com20 Oct 2005 09:36 
bugz...@lists.xensource.com20 Oct 2005 09:54 
bugz...@lists.xensource.com20 Oct 2005 09:57 
bugz...@lists.xensource.com21 Oct 2005 01:24 
bugz...@lists.xensource.com21 Oct 2005 04:37 
bugz...@lists.xensource.com21 Oct 2005 04:39 
bugz...@lists.xensource.com21 Oct 2005 04:47 
bugz...@lists.xensource.com21 Oct 2005 04:54 
bugz...@lists.xensource.com21 Oct 2005 05:04 
bugz...@lists.xensource.com21 Oct 2005 05:12 
bugz...@lists.xensource.com24 Oct 2005 06:39 
bugz...@lists.xensource.com25 Oct 2005 11:16 
bugz...@lists.xensource.com31 Oct 2005 08:34 
Subject:[Xen-bugs] [Bug 267] (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:10/24/2005 06:39:53 AM
List:com.xensource.lists.xen-bugs

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=267

------- Additional Comments From ian.@cl.cam.ac.uk 2005-10-24 13:40
------- I still haven't got quite enough context to see what's going on -- it's helpfull when posting the disassembly if you can post the whole function, as from the excerpt I can't easily tell.

Are you using a debug=y verbose=y build of Xen. I'm surprised you're not getting something out before the vcpu crash message.

It might help to print xen's stack in domain_crash too. Add something like the following to the function:

unsigned long a;

show_stack(&a);