Subject: Re: uvm_fault
To: None <current-users@netbsd.org>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: current-users
Date: 01/28/2006 23:28:47
On Sat, Jan 28, 2006 at 12:53:27PM +0000, segv@netctl.net wrote:
> This is on dual Pentium 3 machine
> Kernel was compiled with '-O3 -march=pentium3 -mmmx -msse -mfpmath=sse'
> 
> db> bt $ebp
> mountd_set_exports_list(cb5bfe14,cabab420,0,0,0) at
> netbsd:mountd_set_exports_list+0xc7 sys_nfssvc
> (cabab420,cb5bff64,cb5bff5c,cb579828,0) at netbsd:sys_nfssvc+0x16f syscall_plain
> () at netbsd:syscall_plain+0x85 --- syscall (number 155) ---
> oxbbb0b5af:

The compilation should result in a file named netbsd.gdb. Please load this
file in gdb like: gdb netbsd.gdb and send the output of following
command:

list *(mountd_set_exports_list+0xc7)

Pavel