From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: pv_ops dom0 kernel test Date: Fri, 06 Mar 2009 16:20:19 -0800 Message-ID: <49B1BDC3.6050108@goop.org> References: <49B1B31F.7050903@wol.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49B1B31F.7050903@wol.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Marc - A. Dahlhaus" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Marc - A. Dahlhaus wrote: > Hello, > > did another x86_32 boot test and got the first few lines of output > from the kernel over serial line. > It still crashes. Do you have 32-bit NUMA enabled? It assumes it can create 2M pages, which causes crashes under Xen. Also, do you have CONFIG_FRAME_POINTER enabled? If not, it would make the backtraces clearer. J