From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 15:34:38 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A21FB106566C for ; Tue, 24 Mar 2009 15:34:38 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from skerryvore.cs.uoguelph.ca (skerryvore.cs.uoguelph.ca [131.104.94.204]) by mx1.freebsd.org (Postfix) with ESMTP id 472508FC14 for ; Tue, 24 Mar 2009 15:34:37 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by skerryvore.cs.uoguelph.ca (8.13.1/8.13.1) with ESMTP id n2OFYZug021510; Tue, 24 Mar 2009 11:34:35 -0400 Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id n2OFeE006874; Tue, 24 Mar 2009 11:40:14 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Tue, 24 Mar 2009 11:40:14 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: Matthew West In-Reply-To: <20090323140820.GA37093@zeeb.org> Message-ID: References: <20090323140820.GA37093@zeeb.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Scanned-By: MIMEDefang 2.63 on 131.104.94.204 Cc: freebsd-current@freebsd.org Subject: Re: panic: Bad link elm, nfsd related? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 24 Mar 2009 15:34:39 -0000 On Mon, 23 Mar 2009, Matthew West wrote: > > 2) What the problem with nfsd is? > Since the crash is inside the new krpc code, you might try building your kernel with "options NFS_LEGACYRPC" and see if the problem persists, then post the results. If the problem goes away, the bug is somewhere in the new krpc code and hopefully Doug Rabson will have some idea w.r.t. fixing it. If the problem persists with "options NFS_LEGACYRPC", then I have no idea what it might be. Good luck with it, rick