From owner-freebsd-current@FreeBSD.ORG Wed Jan 21 13:14:03 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C54D1065767 for ; Wed, 21 Jan 2009 13:14:03 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id E51C08FC1A for ; Wed, 21 Jan 2009 13:14:02 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 7B10E45DB9; Wed, 21 Jan 2009 16:14:00 +0300 (MSK) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from [10.208.17.3] (HELO dchagin.dialup.corbina.ru) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1581792426; Wed, 21 Jan 2009 16:14:00 +0300 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.3) with ESMTP id n0LDDxAw013591; Wed, 21 Jan 2009 16:13:59 +0300 (MSK) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.3/Submit) id n0LDDsGk013590; Wed, 21 Jan 2009 16:13:54 +0300 (MSK) (envelope-from root) Date: Wed, 21 Jan 2009 16:13:54 +0300 From: Chagin Dmitry To: Martin Message-ID: <20090121131354.GA13533@dchagin.dialup.corbina.ru> References: <20090121132327.68c9a2c3@zelda.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090121132327.68c9a2c3@zelda.local> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-current@freebsd.org Subject: Re: panic in softdep handling routines X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 13:14:04 -0000 On Wed, Jan 21, 2009 at 01:23:27PM +0100, Martin wrote: > > Hallo, > > I installed a fresh CURRENT distribution yesterday (directly from > HEAD). It installed ports fine, all the night. > > Today I've used smartctl to check few things and enabled SMART, of > course. > > Shortly (perhaps not even 1 hour) after having enabled SMART I got this > panic. I wrote it down on a piece of paper, but I think it can still be > useful. > > ad0: FAILURE - SMART status=51 error=4 > > dev = ad0s3d, block = 3389512, fs = /tmp > cpuid = 1 > [...] > Tracing pid 29 tid 100054 td 0xffffff0001919ab0 > kdb_enter+0x3d > panic+0x176 > ffs_blkfree+0x6c7 > indir_trunc+0x1f4 > handle_workitem_freeblocks+0x281 > process_worklist_item+0x29d > softdep_flush+0x127 > fork_exit+0x118 > fork_trampoline+0xe > > > /tmp is mounted rw with softupdates. I checked the SMART log of this > hard disk once again with -STABLE. There is nothing suspicious logged. > update to r187490. -- Have fun! chd