|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] BUG at domain.c:144
> > We need to make Xen crash at the point the MMU update fails. Stick
> > this at the end of do_mmu_update() in arch/x86/mm.c:
> >
> > if ( rc != 0 ) {
> > show_guest_stack();
> > BUG();
> > }
> >
> > Then post the new crash output -- you need only recompile
> Xen; no need
> > to recompile XenLinux this time.
>
> Ok, edited xen/arch/x86/memory.c; here's the new results and binaries:
>
> http://www.theshore.net/~caker/xen/BUGdomain3/
Thanks. Please can you put the vmlinux image or System.map there too:
the stack trace were interested in is the guest's.
Thanks,
Ian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|