From owner-freebsd-bugs Wed Jun 7 19:52:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28194 for bugs-outgoing; Wed, 7 Jun 1995 19:52:09 -0700 Received: from utogw.gssm.otsuka.tsukuba.ac.jp (utogw.gssm.otsuka.tsukuba.ac.jp [192.50.17.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA28181 for ; Wed, 7 Jun 1995 19:51:59 -0700 From: ohki@gssm.otsuka.tsukuba.ac.jp Received: from smri01.gssm.otsuka.tsukuba.ac.jp (smri01 [192.50.17.160]) by utogw.gssm.otsuka.tsukuba.ac.jp (8.6.11/8.6.9) with ESMTP id LAA00473; Thu, 8 Jun 1995 11:50:47 +0900 Received: from localhost by smri01.gssm.otsuka.tsukuba.ac.jp (8.6.11/SMI-4.1) id LAA00405; Thu, 8 Jun 1995 11:50:44 +0900 Message-Id: <199506080250.LAA00405@smri01.gssm.otsuka.tsukuba.ac.jp> To: davidg@Root.COM Cc: freebsd-bugs@FreeBSD.org, ohki@gssm.otsuka.tsukuba.ac.jp Subject: Re: 2.0.5-ALPHA crashes with 'panic: vm_object_deallocate: ...' In-reply-to: Your message of "Wed, 07 Jun 1995 03:13:16 MST" References: <199506071013.DAA00252@corbin.Root.COM> Mime-Version: 1.0 Content-Type: text/plain;charset="US-ASCII" Date: Thu, 08 Jun 1995 11:50:44 +0900 Sender: bugs-owner@FreeBSD.org Precedence: bulk David Greenman writes: > > I pinpointed the situation more precisely. > > I fixed the bug a few hours ago. The fix has been committed to CVS and will > be in 2.0.5B (due out in less than a day). Thank you! I replaced nfs_serv.c (Id: nfs_serv.c,v 1.14.2.1 1995/06/07 07:25:09 davigd), and then, NFS server machine (named utogw) does not crash anymore. But NFS client machine (named smb, running solaris 2.3) complains with the message Jun 8 11:22:09 smb unix: NFS write error on host utogw: I/O error. Jun 8 11:22:09 smb unix: (file handle: Jun 8 11:22:09 smb unix: 5040000 Jun 8 11:22:09 smb unix: 1000000 Jun 8 11:22:09 smb unix: c000000 Jun 8 11:22:09 smb unix: 48150000 Jun 8 11:22:09 smb unix: 7047d52f Jun 8 11:22:09 smb unix: 0 Jun 8 11:22:09 smb last message repeated 2 times Jun 8 11:22:09 smb unix: ) Do you have any idea?