From owner-freebsd-current@FreeBSD.ORG Tue Feb 3 14:04:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AEB16A4CE for ; Tue, 3 Feb 2004 14:04:32 -0800 (PST) Received: from mail.allcaps.org (mail.allcaps.org [206.251.247.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C22943D3F for ; Tue, 3 Feb 2004 14:04:31 -0800 (PST) (envelope-from bsder@allcaps.org) Received: from mail.allcaps.org (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id 02393D844C; Tue, 3 Feb 2004 14:12:01 -0800 (PST) Received: from localhost (bsder@localhost)i13MC1K8036039; Tue, 3 Feb 2004 14:12:01 -0800 (PST) X-Authentication-Warning: mail.allcaps.org: bsder owned process doing -bs Date: Tue, 3 Feb 2004 14:12:01 -0800 (PST) From: "Andrew P. Lentvorski, Jr." To: Frode Nordahl In-Reply-To: Message-ID: <20040203140450.T36001@mail.allcaps.org> References: <3DC16400-517B-11D8-9CB2-0005028F6AEB@TrueStep.com> <20040129135653.H21660@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Wed, 04 Feb 2004 05:09:47 -0800 cc: freebsd-current@freebsd.org Subject: Re: rpc.lockd(8) seg faults on 5.2-RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2004 22:04:32 -0000 On Tue, 3 Feb 2004, Frode Nordahl wrote: > Since it dies on bcmp, it seems like a null lock gets into the list for > some reason. Turn on the debug log and uncomment DUMP_FILELOCK_VERBOSE (or just the filehandle dump code in dump_filelock). One of those locks should have a null pointer for the filehandle and that fact should be recorded in the debug log. -a