From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 20 23:45:32 2009 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 0BC44106564A for ; Mon, 20 Apr 2009 23:45:32 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id B67C68FC08 for ; Mon, 20 Apr 2009 23:45:31 +0000 (UTC) (envelope-from flo@kasimir.com) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id AE8513F4E8; Tue, 21 Apr 2009 01:45:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8LbYPBODRmVM; Tue, 21 Apr 2009 01:45:28 +0200 (CEST) Received: from nibbler-osx.local (i5E86A0C5.versanet.de [94.134.160.197]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.solomo.de (Postfix) with ESMTPSA id 08AC93F45F; Tue, 21 Apr 2009 01:45:28 +0200 (CEST) Message-ID: <49ED0917.10402@kasimir.com> Date: Tue, 21 Apr 2009 01:45:27 +0200 From: Florian Smeets User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4pre) Gecko/20090419 Shredder/3.0b3pre MIME-Version: 1.0 To: Marius Strobl References: <20090325114426.GA74306@alchemy.franken.de> <49CA1BF1.6090507@kasimir.com> <20090420183620.GA25251@alchemy.franken.de> In-Reply-To: <20090420183620.GA25251@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-sparc64@freebsd.org Subject: Re: US-III crashes on current X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 23:45:32 -0000 On 20.04.09 20:36, Marius Strobl wrote: > On Wed, Mar 25, 2009 at 12:56:33PM +0100, Florian Smeets wrote: >> On 25.03.2009 12:44 Uhr, Marius Strobl wrote: >>> On Sun, Mar 22, 2009 at 07:30:28PM -0500, zenxyzzy wrote: >>> >>>> 2) halt consistently panic's the machine. quite benign, if you think >>>> about it: >>>> >>>> panic: trap: fast data access mmu miss >>>> cpuid = 0 >>>> KDB: enter: panic >>>> [thread pid 1402 tid 100148 ] >>>> Stopped at kdb_enter+0x80: ta %xcc, 1 >>>> db> where >>>> Tracing pid 1402 tid 100148 td 0xfffff8000448a700 >>>> panic() at panic+0x20c >>>> trap() at trap+0x4d0 >>>> -- fast data access mmu miss tar=0x14543da000 %o7=0xc034c96c -- >>>> callout_lock() at callout_lock+0x40 >>>> untimeout() at untimeout+0xc >>>> isp_done() at isp_done+0x140 >>>> isp_intr() at isp_intr+0x3eb8 >>>> isp_poll() at isp_poll+0x38 >>>> xpt_polled_action() at xpt_polled_action+0xc8 >>>> dashutdown() at dashutdown+0x16c >>>> boot() at boot+0x858 >>>> reboot() at reboot+0x64 >>>> syscall() at syscall+0x2e8 >>>> -- syscall (55, FreeBSD ELF64, reboot) %o7=0x1013e4 -- >>>> userland() at 0x4056af08 >>>> user trace: trap %o7=0x1013e4 >>>> pc 0x4056af08, sp 0x7fdffffe261 >>>> pc 0x100df0, sp 0x7fdffffe321 >>>> pc 0x402066f4, sp 0x7fdffffe3e1 >>> >>> IIRC, this was recently already (correctly) reported to scsi@. >>> At least I for one didn't have time to investigate this so far >>> though. >>> >> >> I can offer console access to a machine which has this problem to any >> developer interested. >> > > Are you still seeing this on current CURRENT? Unfortunately > I'm not able to reproduce it here. Recently there was some > rototilling in sub-system startup and I think also shutdown > which caused some fallout but which might have been fixed > again. > Yes, i can still reproduce this on every shutdown. Tried with r191337. Trace is still the same. Cheers, Florian