From owner-freebsd-current@FreeBSD.ORG Thu Dec 2 07:20:49 2004 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 57BE216A4CE for ; Thu, 2 Dec 2004 07:20:49 +0000 (GMT) Received: from mail.chesapeake.net (chesapeake.net [208.142.252.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA41C43D41 for ; Thu, 2 Dec 2004 07:20:48 +0000 (GMT) (envelope-from jroberson@chesapeake.net) Received: from mail.chesapeake.net (localhost [127.0.0.1]) by mail.chesapeake.net (8.12.10/8.12.10) with ESMTP id iB27Km0N054944; Thu, 2 Dec 2004 02:20:48 -0500 (EST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost)iB27KlPf054933; Thu, 2 Dec 2004 02:20:47 -0500 (EST) (envelope-from jroberson@chesapeake.net) X-Authentication-Warning: mail.chesapeake.net: jroberson owned process doing -bs Date: Thu, 2 Dec 2004 02:20:46 -0500 (EST) From: Jeff Roberson To: Peter Holm In-Reply-To: <20041202065819.GA82433@peter.osted.lan> Message-ID: <20041202021828.A18185@mail.chesapeake.net> References: <20041201055115.I18185@mail.chesapeake.net> <20041201223725.GA80282@peter.osted.lan> <20041201185146.W18185@mail.chesapeake.net> <20041202065819.GA82433@peter.osted.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: SMP VFS Part 2 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, 02 Dec 2004 07:20:49 -0000 On Thu, 2 Dec 2004, Peter Holm wrote: > On Wed, Dec 01, 2004 at 06:52:19PM -0500, Jeff Roberson wrote: > > On Wed, 1 Dec 2004, Jeff Roberson wrote: > > > > > On Wed, 1 Dec 2004, Peter Holm wrote: > > > > > > > > > > > Got a new one for you: > > > > 1) panic: wrong b_bufobj 0 should be 0xc2679c10 > > > > 2) panic: unexpected clean buffer 0xc6624bc8 > > > > > > > > http://www.holm.cc/stress/log/jeff04.html > > > > > > I fixed your last panic. The new patch is up at the same URL. I'll look > > > at these now, thanks. This tool is really working out well. > > > > Also fixed the unexpected clean buffer. That was mostly just a bad > > assert. I'm still baffled by wrong bufobj. > > > > OK. I just do not seem to be able to get past the double panic problem: > > $ grep -A 3 ppanic /tmp/tip11.log > ppanic: unexpected clean buffer 0xc6624bc8 > cpuid = 0 > KDB: enter: panic > [thread pid 54 tid 100042 ] > -- > ppanic: unexpected clean buffer 0xc6667ec0 > cpuid = 0 > KDB: enter: panic > [thread pid 54 tid 100042 ] > -- > ppanic: unexpected clean buffer 0xc66564e0 > cpuid = 0 > KDB: enter: panic > [thread pid 54 tid 100042 ] > > so I've just updated with your last patch. Are you just running your stress program? Anything special about your setup? I see that these are valid bugs, but I'm not able to trigger them myself. > > - Peter