Subject: Re: uvm_fault kernel: page fault trap while un-tar-ing a large file
To: None <port-amd64@NetBSD.org, tech-kern@NetBSD.org>
From: =?ISO-8859-1?Q?Edgar_Fu=DF?= <ef@math.uni-bonn.de>
List: tech-kern
Date: 06/21/2007 19:03:38
> uvm_fault(0xffff80004e263b10, 0x10, 2)-> e
Hm, that second parameter to uvm_fault (0x10) is va (arch/amd64/amd64/ 
trap.c:489/517).
That va is trunc_page((vaddr_t)cr2) (arch/amd64/amd64/trap.c:459).

How on earth can this be 0x10?

I just double-checked my handwritten notes of the fault, and it's  
extremely
unlikely that I omitted several hex digits on that.