From owner-cvs-all Fri Jun 7 13:48:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 2A17037B400; Fri, 7 Jun 2002 13:48:02 -0700 (PDT) Received: from kokeb.ambesa.net ([64.166.84.23]) by mta5.snfc21.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GXC00188SG1OS@mta5.snfc21.pbi.net>; Fri, 07 Jun 2002 13:48:02 -0700 (PDT) Received: from kokeb.ambesa.net (dev1ant@localhost [127.0.0.1]) by kokeb.ambesa.net (8.12.3/8.12.3) with ESMTP id g57KrNcK012499; Fri, 07 Jun 2002 13:53:23 -0700 (PDT envelope-from mikem@kokeb.ambesa.net) Received: (from mikem@localhost) by kokeb.ambesa.net (8.12.3/8.12.3/Submit) id g57KrNZI012498; Fri, 07 Jun 2002 13:53:23 -0700 (PDT envelope-from mikem) Date: Fri, 07 Jun 2002 13:53:22 -0700 From: Mike Makonnen Subject: Re: cvs commit: src/sys/kern subr_witness.c In-reply-to: To: John Baldwin Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Message-id: <200206072053.g57KrNZI012498@kokeb.ambesa.net> MIME-version: 1.0 X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd5.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 07 Jun 2002 13:30:14 -0400 (EDT) John Baldwin wrote: > The patch in question is at www.freebsd.org/~jhb/patches/witness.patch > It will print out message to the console 'dead witness: foo' where foo > is the lock category name when witness objects die (though only the first> time that a given object dies). If you see the same witness die multiple> times let me know. The only witness I've seen die so far in general use> is the pipe mutex witness object. hmm... I tried to apply the patch but it failed, so I took a look at the file in question, and it seems I hadn't updated the file after all ( my local cvs repo must have not yet been synced when I cvs update'd). In any case I'm compiling the original fix and will test it before I apply the above patch. Sorry :-( Cheers, Mike Makonnen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message