From owner-freebsd-current Tue Jul 20 6: 9:39 1999 Delivered-To: freebsd-current@freebsd.org Received: from smtprtp.nortel.com (smtprtp.NortelNetworks.com [192.122.117.66]) by hub.freebsd.org (Postfix) with ESMTP id 27506152D9; Tue, 20 Jul 1999 06:09:35 -0700 (PDT) (envelope-from atrens@nortelnetworks.com) Received: from zcars01t by smtprtp.nortel.com; Tue, 20 Jul 1999 09:06:33 -0400 Received: from hcarp00g.ca.nortel.com by zcars01t; Tue, 20 Jul 1999 09:06:15 -0400 Received: from hcarp00g.ca.nortel.com (hcarp00g.ca.nortel.com [47.196.31.114]) by hcarp00g.ca.nortel.com (8.9.3/8.7.3) with ESMTP id JAA02370; Tue, 20 Jul 1999 09:13:37 -0400 (EDT) Date: Tue, 20 Jul 1999 09:13:37 -0400 (EDT) From: "Andrew Atrens" Reply-To: "Andrew Atrens" To: Kirk McKusick Cc: current@freebsd.org, peter@freebsd.org, dg@root.com Subject: Re: lockmanager panic In-Reply-To: <199907200459.VAA18341@flamingo.McKusick.COM> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Orig: X-Orig: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think I'm up to date :) ... Unfortunately I won't be able to try out your fix until this evening :( ... Cheers, Andrew. -- $ ident swap_pager.c swap_pager.c: $Id: swap_pager.c,v 1.121 1999/07/16 05:11:35 alc Exp $ $ grep BUF_KERNPROC swap_pager.c BUF_KERNPROC(bp); BUF_KERNPROC(bp); On Mon, 19 Jul 1999, Kirk McKusick wrote: > Date: Mon, 19 Jul 1999 21:59:51 -0700 > From: Kirk McKusick > To: "Atrens, Andrew (A.B.) [EXCHANGE:SKY:1U33:BNR]" > Cc: current@freebsd.org, peter@freebsd.org, dg@root.com > Subject: Re: lockmanager panic > > Please be sure that you are running with vm/swap_pager.c > at version 1.120 or later. In particular, you should have > two calls to the macro BUF_KERNPROC in that file. If you > are missing those two calls, you will get the panic. If > you do have those two calls in that code, then (and *only* > then) try the following patch to see if it helps. It is > making use of BUF_KERNPROC for cases in which it is not > intended, but if it gets around your current problem, then > gives a good indication of what to look for as a real fix. > > Kirk McKusick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message