From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christopher S. Aker" Subject: Re: BUG at domain.c:144 Date: Wed, 13 Apr 2005 15:11:55 -0500 Message-ID: <003201c54065$0ab11860$0201a8c0@hawk> References: <015501c53c74$b71644d0$0201a8c0@hawk> <000201c53f14$6de46e70$0201a8c0@hawk> <01ed01c54054$ed36cfb0$0201a8c0@hawk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Ian Pratt , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > 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, -Chris