Subject: Re: uvm_fault
To: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
From: None <segv@netctl.net>
List: current-users
Date: 01/28/2006 22:52:37
On Sat, 28 Jan 2006 23:28:47 +0100
Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz> wrote:

> 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

(gdb) list *(mountd_set_exports_list+0xc7)
0xc0365a57 is in mountd_set_exports_list (/opt/src/sys/nfs/nfs_export.c:302).
297             vfs_unbusy(mp);
298
299     out_locked:
300             vput(vp);
301
302             return error;
303     }
304
305     static void
306     netexport_insert(struct netexport *ne)
(gdb)