From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Garron Subject: Re: BUG: unable to handle kernel paging request - balloon_init - xen-4.1.0 - 2.6.32.39 Date: Tue, 26 Apr 2011 01:03:38 -0400 Message-ID: <4DB6522A.9000304@sce.pridelands.org> References: <4DB60C04.6050802@sce.pridelands.org> <20110426031545.GB20779@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110426031545.GB20779@dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 4/25/2011 11:15 PM, Konrad Rzeszutek Wilk wrote: > so if you launch gdb: > > x/20i 0xffffffff819a88df > > should give an idea what instruction is causing it. Reading symbols from /usr/src/linux-2.6-xen/vmlinux...done. (gdb) x/20i 0xffffffff819a88df 0xffffffff819a88df : push %rbp 0xffffffff819a88e0 : mov $0xffffffed,%eax 0xffffffff819a88e5 : mov %rsp,%rbp 0xffffffff819a88e8 : push %rbx 0xffffffff819a88e9 : sub $0x8,%rsp 0xffffffff819a88ed : cmpl $0x0,0x57a0c(%rip) # 0xffffffff81a00300 0xffffffff819a88f4 : je 0xffffffff819a8b39 0xffffffff819a88fa : mov 0x11a8a0(%rip),%esi # 0xffffffff81ac31a0 0xffffffff819a8900 : xor %eax,%eax 0xffffffff819a8902 : mov $0xffffffff817ea59c,%rdi 0xffffffff819a8909 : callq 0xffffffff815c229e 0xffffffff819a890e : mov 0x11a88c(%rip),%ecx # 0xffffffff81ac31a0 0xffffffff819a8914 : mov $0x1,%eax 0xffffffff819a8919 : shl %cl,%eax 0xffffffff819a891b : cmpl $0x1,0x579de(%rip) # 0xffffffff81a00300 0xffffffff819a8922 : cltq 0xffffffff819a8924 : mov %rax,0x11a87d(%rip) # 0xffffffff81ac31a8 0xffffffff819a892b : jne 0xffffffff819a893a 0xffffffff819a892d : mov 0x579d4(%rip),%rax # 0xffffffff81a00308 0xffffffff819a8934 : mov 0x20(%rax),%rax -- Scott Garron