From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 10:29:33 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 9CE6F16A4CF for ; Fri, 16 Jul 2004 10:29:33 +0000 (GMT) Received: from smtp003.bizmail.yahoo.com (smtp003.bizmail.yahoo.com [216.136.130.195]) by mx1.FreeBSD.org (Postfix) with SMTP id 695C243D3F for ; Fri, 16 Jul 2004 10:29:33 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.197.108 with login) by smtp003.bizmail.yahoo.com with SMTP; 16 Jul 2004 10:29:33 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 7F2F361C3; Fri, 16 Jul 2004 05:29:32 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00580-04; Fri, 16 Jul 2004 05:29:31 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 655B261B4; Fri, 16 Jul 2004 05:29:31 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i6GATUmA002123; Fri, 16 Jul 2004 05:29:31 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40F7AE0A.8070903@alumni.rice.edu> Date: Fri, 16 Jul 2004 05:29:30 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040629) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_Gr=F6nvall?= References: <200407151424.i6FEOdoq060881@fledge.watson.org> <40F75738.2000604@alumni.rice.edu> <20040716111719.198dde57@bg.sics.se> In-Reply-To: <20040716111719.198dde57@bg.sics.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at noacks.org cc: re@freebsd.org cc: current@freebsd.org Subject: Re: 5.3-RELEASE TODO X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 10:29:33 -0000 On 07/16/04 04:17, Björn Grönvall wrote: > On Thu, 15 Jul 2004 23:19:04 -0500 > Jon Noack wrote: >> Hmm, it appears that rpc.lockd died on the server end (at some >> point, anyway). I have a .core but it doesn't appear like it's >> finding any debug symbols. I build everything with -g, so I don't >> know why it can't. I'll keep the core around in case anyone cares. >> Sounds like the problems may already be known, so if it's not >> useful please let me know. > > PR bin/61718 fixes a bunch of bugs in rpc.lockd, please try it. > > Problem Report bin/61718 > NFS: rpc.lockd dumps core I tried it and you're right; it seems to work. See my previous reply "rpc.lockd and bin/61718 (was Re: 5.3-RELEASE TODO)". Jon