From owner-freebsd-sparc64@FreeBSD.ORG Mon Dec 28 16:30:03 2009 Return-Path: Delivered-To: freebsd-sparc64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A2C91065676 for ; Mon, 28 Dec 2009 16:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5D24D8FC0C for ; Mon, 28 Dec 2009 16:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBSGU3c8082296 for ; Mon, 28 Dec 2009 16:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBSGU3gq082293; Mon, 28 Dec 2009 16:30:03 GMT (envelope-from gnats) Date: Mon, 28 Dec 2009 16:30:03 GMT Message-Id: <200912281630.nBSGU3gq082293@freefall.freebsd.org> To: freebsd-sparc64@FreeBSD.org From: Marius Strobl Cc: Subject: Re: sparc64/142102: FreeBSD 8.0 kernel panics on sparc64 when accessing NFS X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marius Strobl List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2009 16:30:03 -0000 The following reply was made to PR sparc64/142102; it has been noted by GNATS. From: Marius Strobl To: Manuel Tobias Schiller Cc: freebsd-sparc64@FreeBSD.org Subject: Re: sparc64/142102: FreeBSD 8.0 kernel panics on sparc64 when accessing NFS Date: Mon, 28 Dec 2009 17:28:17 +0100 On Mon, Dec 28, 2009 at 04:00:09PM +0000, Manuel Tobias Schiller wrote: > The following reply was made to PR sparc64/142102; it has been noted by GNATS. > > From: Manuel Tobias Schiller > To: bug-followup@FreeBSD.org, mala@hinterbergen.de > Cc: > Subject: Re: sparc64/142102: FreeBSD 8.0 kernel panics on sparc64 when > accessing NFS > Date: Mon, 28 Dec 2009 16:40:04 +0100 > > Dear all, > > the fix I gave in the original problem report appears to be incomplete; > the kernel still crashes sometimes during NFS access due to improper > alignment, this time in sys/nfsserver/nfs_srvsubs.c, line 1355. I will > try to continue debugging the issue and report back with any fixes I > manage to obtain. > Note that the original PR is a dupe of PR 140797. Could the second panic you're seeing be a result of using an incorrect size parameter in your change? Marius