atom feed4 messages in org.freebsd.freebsd-fsRe: kern/132068: page fault when usin...
FromSent OnAttachments
Jaakko HeinonenFeb 24, 2009 11:39 am 
Edward FiskFeb 24, 2009 12:59 pm 
Edward FiskFeb 25, 2009 4:09 am 
Jaakko HeinonenFeb 26, 2009 9:49 am 
Subject:Re: kern/132068: page fault when using ZFS over NFS on 7.1-RELEASE/amd64
From:Jaakko Heinonen (jh@saunalahti.fi)
Date:Feb 24, 2009 11:39:30 am
List:org.freebsd.freebsd-fs

The following reply was made to PR kern/132068; it has been noted by GNATS.

From: Jaakko Heinonen <jh@saunalahti.fi> To: Edward Fisk <7ogc@sneakemail.com> Cc: bug-@FreeBSD.org Subject: Re: kern/132068: page fault when using ZFS over NFS on 7.1-RELEASE/amd64 Date: Tue, 24 Feb 2009 21:32:42 +0200

Hi,

On 2009-02-24, Edward Fisk wrote:

If you require any more information or testing, please let me know.

(kgdb) frame 8 #8 0xffffffff80651673 in nfsrv_readdirplus (nfsd=3D0xffffff0041546700, slp= =3D0xffffff0079a7ad00, td=3D0xffffff0003793370, mrq=3D0xffffffffdd9d6b00) a= t /usr/src/sys/nfsserver/nfs_serv.c:3645 3645 nfhp->fh_fsid =3D

Can you give output of these commands in frame 8:

p *nvp p *nvp->v_mount

If nvp is NULL it's likely a bug in zfs_zget(). Looks like the zfs version in head has updated zfs_zget() which might fix the issue.

-- Jaakko