Subject: Re: kern/36710: panic: NFS assertion (SLP_VALID | SLP_DOREC)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Tobias Nygren <tnn@NetBSD.org>
List: netbsd-bugs
Date: 08/01/2007 00:55:02
The following reply was made to PR kern/36710; it has been noted by GNATS.

From: Tobias Nygren <tnn@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/36710: panic: NFS assertion (SLP_VALID | SLP_DOREC)
Date: Wed, 1 Aug 2007 02:54:05 +0200

 I found out that the default mount options were a bit unusual,
 so I'll mention them here:
 It was using proto=tcp,vers=2,rsize=61440,wsize=61440.
 When I changed it to proto=udp,vers=2,rsize=1024,wsize=1024 the
 problems went away.
 
 I'm leaving this PR open because I still think there's a bug
 lurking in the NFS code or network stack.