From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valtteri Kiviniemi Subject: Re: 2.6.28 64-bit domU not booting Date: Tue, 20 Jan 2009 23:39:23 +0200 Message-ID: <4976448B.6080401@dataproof.fi> References: <20090107162332.GE15052@edu.joroinen.fi> <4964D784.6060906@dataproof.fi> <20090107171557.GF15052@edu.joroinen.fi> <4964EF27.7090708@dataproof.fi> <20090107181729.GH15052@edu.joroinen.fi> <4964F258.9070507@dataproof.fi> <20090107192609.GI15052@edu.joroinen.fi> <496503D3.5080409@dataproof.fi> <20090107193840.GJ15052@edu.joroinen.fi> <496505AA.8010306@dataproof.fi> <20090107194708.GK15052@edu.joroinen.fi> <496507AD.1090700@dataproof.fi> <49693FDC.3020000@dataproof.fi> <4970DD23.1030106@goop.org> <497370CA.8030208@dataproof.fi> <4976231F.6090506@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4976231F.6090506@goop.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Fitzhardinge , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, Oh, ok. So now its givig me: 0xffffffff8020abe7 : ud2a - Valtteri Kiviniemi Jeremy Fitzhardinge kirjoitti: > Valtteri Kiviniemi wrote: >> Hi, >> >> I'll test the 32-bit PAE guest later.. I have tried different memory >> sizes with no success. >> >> The RIP does not match in any symbols >> >> root@xen-1:/boot# gdb vmlinux-2.6.29-rc1 >> GNU gdb 6.8-debian >> Copyright (C) 2008 Free Software Foundation, Inc. >> License GPLv3+: GNU GPL version 3 or later >> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. Type "show >> copying" >> and "show warranty" for details. >> This GDB was configured as "x86_64-linux-gnu"... >> (gdb) x/i ffffffff8020abe7 >> No symbol "ffffffff8020abe7" in current context. >> (gdb) file /boot/vmlinux-2.6.29-rc1 >> Load new symbol table from "/boot/vmlinux-test"? (y or n) y >> Reading symbols from /boot/vmlinux-2.6.29-rc1...done. >> (gdb) x/i ffffffff8020abe7 >> No symbol "ffffffff8020abe7" in current context. >> (gdb) > > You'll need to put a "0x" on the front of the hex number: "x/i > 0xffffffff8020abe7" > > J