From owner-freebsd-ia64@FreeBSD.ORG Fri Jul 25 16:25:58 2008 Return-Path: Delivered-To: freebsd-ia64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A01CB106564A; Fri, 25 Jul 2008 16:25:58 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout012.mac.com (asmtpout012.mac.com [17.148.16.87]) by mx1.freebsd.org (Postfix) with ESMTP id 98FF08FC16; Fri, 25 Jul 2008 16:25:58 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp012.mac.com (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTPSA id <0K4K00KPCLN9F250@asmtp012.mac.com>; Fri, 25 Jul 2008 09:25:58 -0700 (PDT) Sender: xcllnt@mac.com Message-id: From: Marcel Moolenaar To: Hiroki Sato In-reply-to: <20080725.161039.177339309.hrs@allbsd.org> Date: Fri, 25 Jul 2008 09:25:57 -0700 References: <20080725.142554.124338824.hrs@allbsd.org> <20080725.161039.177339309.hrs@allbsd.org> X-Mailer: Apple Mail (2.928.1) Cc: freebsd-sparc64@FreeBSD.org, freebsd-ia64@FreeBSD.org Subject: Re: 7.0R panic in nfs_readdirrpc() X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 16:25:58 -0000 On Jul 25, 2008, at 12:10 AM, Hiroki Sato wrote: > Almost the same panic occurred on sparc64, too. Memory alignment > issue? Yes. The exception is for a 4-byte load on a 1-byte aligned (i.e. odd) address. This is a code bug. I can't remember having these issues with NFS. Can you tell me more about your configuration? -- Marcel Moolenaar xcllnt@mac.com