Date: Thu, 1 Jun 1995 18:16:40 +0800 (TSD) From: Pavel Gubin <pg@ie.tiasur.tomsk.su> To: FreeBSD-bugs@FreeBSD.org Subject: NFS bug... Message-ID: <199506011016.SAA01430@ie.tiasur.tomsk.su>
next in thread | raw e-mail | index | archive | help
Hello, Seems to me I've found some bug in FreeBSD's NFS. Bug appears when my BSD works as NFS client connected to NetWare NFS server. When NFS is heavily loaded, like untaring archive from NFS to NFS, system more or less regularily crashes with "page fault while in kernel mode". Kernel debugger's trace shows that trap occurs in nfs_reply at offset 0xc4 (in my kernel). This location matches source line 750 in file nfs_socket.c when function nfsm_disct called (from nfsm_dissect macro). Actually offset 0xc4 is immediately after call to nfsm_disct. I'm wondering if you already know about this bug and should I continue to dig in that direction? ;-) PS: Please reply with email(to pg@ie.tiasur.tomsk.su), because I'm not a mailing list subscriber.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506011016.SAA01430>