From owner-freebsd-bugs Fri Jun 1 9:10:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1592F37B423 for ; Fri, 1 Jun 2001 09:10:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f51GA7q64495; Fri, 1 Jun 2001 09:10:08 -0700 (PDT) (envelope-from gnats) Date: Fri, 1 Jun 2001 09:10:08 -0700 (PDT) Message-Id: <200106011610.f51GA7q64495@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: kern/27776: rpc.lockd panic with FreeBSD-5.0 Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/27776; it has been noted by GNATS. From: Peter Wemm To: Jean-Luc.Richier@imag.fr Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/27776: rpc.lockd panic with FreeBSD-5.0 Date: Fri, 01 Jun 2001 09:08:38 -0700 Jean-Luc.Richier@imag.fr wrote: [...] > ((ansp->la_msg_ident.msg_seq != -1) && > (timevalcmp(&p->p_nlminfo->pid_start, > &ansp->la_msg_ident.pid_start, !=) || > ! p->p_nlminfo->msg_seq != ansp->la_msg_ident.msg_seq))) { > return (EPIPE); > + PROC_UNLOCK(p); > + } I'm not sure that this section is going to work too well... Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message