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 21:13:43 -0500 Message-ID: <002f01c54097$9619a6b0$0201a8c0@hawk> References: <015501c53c74$b71644d0$0201a8c0@hawk> <000201c53f14$6de46e70$0201a8c0@hawk> <01ed01c54054$ed36cfb0$0201a8c0@hawk> <003201c54065$0ab11860$0201a8c0@hawk> <26a21d071a658f05e96a073f12a09d82@cl.cam.ac.uk> 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 > > http://www.theshore.net/~caker/xen/BUGdomain3/ > > Sorry, I made a mistake: where I asked you to test for and crash on rc > != 0, please instead test for rc < 0. do_mmu_update() sometimes validly > returns a positive non-zero value. > > This mistake meant you were crashing earlier than the point at which > the real bug occurs. If you make the above change then domain0 should > print '<6> DMI present' immediately before Xen prints the backtrace and > then crashes. No biggie. Got the correct output this time, I believe. Results and binaries: http://www.theshore.net/~caker/xen/BUGdomain3/?M=D Thanks, -Chris