From owner-freebsd-alpha@FreeBSD.ORG Thu Sep 8 01:38:58 2005 Return-Path: X-Original-To: alpha@freebsd.org Delivered-To: freebsd-alpha@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42FE816A41F; Thu, 8 Sep 2005 01:38:58 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from karen.nerdshack.com (karen.nerdshack.com [209.189.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF01543D48; Thu, 8 Sep 2005 01:38:57 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from dispatchd.nerdshack.com (jean.nerdshack.com [209.189.235.38]) by karen.nerdshack.com (Postfix) with SMTP id 4228B1E3BB3; Wed, 7 Sep 2005 20:33:34 -0500 (CDT) Received: from cartman.mailshack.com (dsl-235.47.221.203.lns02-kent-syd.dsl.comindico.com.au [203.221.47.235]) by mail.nerdshack.com with ESMTP Wed, 07 Sep 2005 20:36:45 -0500 Message-Id: <6.2.3.4.2.20050908113155.028ea6c8@mail.nerdshack.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Thu, 08 Sep 2005 11:36:41 +1000 To: alpha@freebsd.org From: Rob B In-Reply-To: <6.2.3.4.2.20050812175719.029b56a8@127.0.0.1> References: <6.2.3.4.2.20050812175719.029b56a8@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: stable@freebsd.org Subject: Re: Crash on Alpha - 4.11-STABLE X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 01:38:58 -0000 At 06:10 PM 12/08/2005, Rob B wrote: >Hi there, > >This is the second time I've seen this crash in the past three >weeks. I'm not sure what the root cause either. > >This box is just a home server with a single NFS exported directory >and one NFS client. It is also a caching http proxy server for my >home LAN (three machines). The crash is not occurring during busy >times for the proxy side of things, as it happened at 2:01am. > > >FreeBSD erwin.number6 4.11-STABLE FreeBSD 4.11-STABLE #9: Mon Jun 13 >23:54:13 EST 2005 root@erwin.number6:/usr/obj/usr/src/sys/ERWIN alpha > > > panic: ffs_write: dir_write >panic >Stopped at Debugger+02xc: ldq ra,0(sp) <0xfffffe000bab5988> > > >db> trace > >Debugger() at Debugger+02xc >panic() at panic+0x2c >ffs_write() at ffs_write+0x120 >vnode_pager_generic_putpages() at vnode_pager_generic_putpages+0x21c >ffs_putpages() at ffs_putpages+0x30 >vnode_pager_putpages() at vnode_pager_putpages+0x9c >vm_pageout_flush() at vm_pageout_flush+0x15c This crash happened again at exactly the same place. Traceback gives identical output Rob