From owner-freebsd-sparc64@FreeBSD.ORG Wed Jan 20 22:44:23 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09F07106566B for ; Wed, 20 Jan 2010 22:44:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-qy0-f190.google.com (mail-qy0-f190.google.com [209.85.221.190]) by mx1.freebsd.org (Postfix) with ESMTP id B45658FC18 for ; Wed, 20 Jan 2010 22:44:22 +0000 (UTC) Received: by qyk28 with SMTP id 28so3503708qyk.28 for ; Wed, 20 Jan 2010 14:44:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=L6EEw4Hx9mRH+V0XVg2B+zGovg12dGXUAWVbVsbofXQ=; b=DFjffmDnyh/hmCQjmZtoTpS45gHQup9x9vH7ojwXEIv3DNrHJcboV62r5lYAbceBai aC0tXUPXXvzDjbKzRF3CZN0Z/sQ4+0NyOsAsfnvpvLX7LnaNyIQeDS7b0nnQ/jJjcQuD svyckKHcQuGqCTy0KxcfvBOysWJ5fOCVuKvvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=xfRpnOslQfBSzyqnoizebMaWfgsUEKyAmMxRAxMV3R/GvvTlzIOFAEkFK2swCuMkgy rfQPu1RvngmHzAre9e7CiNYQ/uPGr7/4vc9g0dnzbBQ413B0WkIRstqsjEZiyubEuUhz 44FFr+VQdC77y/CQ1su/Hl7Pibf3C9dILIhUs= Received: by 10.224.84.10 with SMTP id h10mr413848qal.365.1264027461672; Wed, 20 Jan 2010 14:44:21 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 7sm1347581qwb.12.2010.01.20.14.44.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 14:44:20 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Wed, 20 Jan 2010 14:44:17 -0800 From: Pyun YongHyeon Date: Wed, 20 Jan 2010 14:44:17 -0800 To: Marius Strobl Message-ID: <20100120224417.GK6201@michelle.cdnetworks.com> References: <201001202150.o0KLo7Kf046307@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201001202150.o0KLo7Kf046307@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: sparc64/143010: Panic String: trap: memory address not aligned X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 22:44:23 -0000 On Wed, Jan 20, 2010 at 09:50:08PM +0000, Marius Strobl wrote: > The following reply was made to PR sparc64/143010; it has been noted by GNATS. > > From: Marius Strobl > To: Pakhom > Cc: freebsd-gnats-submit@freebsd.org > Subject: Re: sparc64/143010: Panic String: trap: memory address not aligned > Date: Wed, 20 Jan 2010 22:45:22 +0100 > > Could you please give a kernel compiled with the following patch a try? > http://people.freebsd.org/~marius/cd9660_ifid_alignment.diff > This patch fixes the panic. Thanks for quick fix. :-)