From owner-freebsd-current@FreeBSD.ORG Thu Feb 10 04:13:31 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 285A016A4CE for ; Thu, 10 Feb 2005 04:13:31 +0000 (GMT) Received: from mh2.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E7943D46 for ; Thu, 10 Feb 2005 04:13:30 +0000 (GMT) (envelope-from anderson@centtech.com) Received: from centtech.com ([192.168.42.25]) by mh2.centtech.com (8.13.1/8.13.1) with ESMTP id j1A4DTP0069075; Wed, 9 Feb 2005 22:13:30 -0600 (CST) (envelope-from anderson@centtech.com) Message-ID: <420ADEF7.30003@centtech.com> Date: Wed, 09 Feb 2005 22:11:35 -0600 From: Eric Anderson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <420ADAFC.40504@centtech.com> <20050210040102.GA11457@xor.obsecurity.org> In-Reply-To: <20050210040102.GA11457@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/585/Thu Nov 11 06:22:42 2004 clamav-milter version 0.80j on mh2.centtech.com X-Virus-Status: Clean cc: freebsd-current@freebsd.org Subject: Re: Panic - FFS background buffer bla bla X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 10 Feb 2005 04:13:31 -0000 Kris Kennaway wrote: >On Wed, Feb 09, 2005 at 09:54:36PM -0600, Eric Anderson wrote: > > >>I just switched from 5.3-STABLE to 6.0-CURRENT on my laptop, and after >>doing the recommended path of upgrading (in /usr/src/UPDATING), I get >>this on boot: >> >>(background fsck runs on /, then spits out warning about /home not >>properly dismounted) >>then: >>panic: FFS background buffer should not get here 0xd19e6928 >>cpuid = 0 >>KDB: enter: panic >>[thread pid 126 tid 100079] >> >> >>Any hints? >> >> > >Backtrace? > > After rebooting (with a console plugged in), I get this: Fast boot: skipping disk checks. panic: panic: thread 100079(cp):2 holds Giant but isn't blocked on a lock cpuid = 0 KDB: enter: panic [thread pid 27 tid 100001 ] Stopped at kdb_enter+0x30: leave Backtrace: Tracing pid 27 tid 100001 td 0xc2211170 kdb_enter(c0979fd7,0,c097b542,311,c2211170) at kdb_enter+0x30 panic(c097d225,186ef,c255d57c,2,c098bfd2) at panic+0x14e propagate_priority(c2211170,0,c097d184,254,c0a4b950) at propagate_priority+0x158 turnstile_wait(c0a44e00,c255ecf0,c09793e7,216,c0a44e00) at turnstile_wait+0x39d _mtx_lock_sleep(c0a44e00,c2211170,0,c097b054,106) at _mtx_lock_sleep+0x191 _mtx_lock_flags(c0a44e00,0,c097b054,106,c07588b0) at _mtx_lock_flags+0xc0 softclock(0,0,c0977972,256,c0a44dc0) at softclock+0x1c4 ithread_loop(c224e580,dc848d48,c097775d,30e,0) at ithread_loop+0x172 fork_exit(c06c4580,c224e580,dc848d48) at fork_exit+0xc6 fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xdc848d7c, ebp = 0 --- Hope that helps.. Anything else I can give you? Eric