From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 00:42:07 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1FD316A419 for ; Wed, 8 Aug 2007 00:42:07 +0000 (UTC) (envelope-from mvh@ix.netcom.com) Received: from elasmtp-kukur.atl.sa.earthlink.net (elasmtp-kukur.atl.sa.earthlink.net [209.86.89.65]) by mx1.freebsd.org (Postfix) with ESMTP id BF06A13C45B for ; Wed, 8 Aug 2007 00:42:07 +0000 (UTC) (envelope-from mvh@ix.netcom.com) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=S8NCw7rBsQc46DRqOD7h5FqxV+V4fmMAzNuysrKKWQwnkJfdsv+fPJjMQQyyokMN; h=X-Virus-Scanned:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [71.116.166.101] (helo=bsd.mvh) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1IIZck-0006mL-JV; Tue, 07 Aug 2007 20:42:06 -0400 Received: from localhost (localhost [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id CD33B17190; Tue, 7 Aug 2007 17:42:05 -0700 (PDT) X-Virus-Scanned: amavisd-new at bsd.mvh Received: from bsd.mvh ([127.0.0.1]) by localhost (bsd.mvh [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W+Uk-t51mErO; Tue, 7 Aug 2007 17:41:52 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id 29FD017116; Tue, 7 Aug 2007 17:41:49 -0700 (PDT) From: Mike Harding To: Kris Kennaway In-Reply-To: <20070807192626.GA57403@rot26.obsecurity.org> References: <20070807174354.DAC5017921@bsd.mvh> <20070807192626.GA57403@rot26.obsecurity.org> Content-Type: text/plain Date: Tue, 07 Aug 2007 17:41:47 -0700 Message-Id: <1186533707.5244.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-ELNK-Trace: 2159e7a04884740af66dc3a06d5924d892eb6a467c6473eb97243256561cc98c3788860f0b40a802350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.116.166.101 Cc: freebsd-stable@freebsd.org Subject: Re: Crash report X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2007 00:42:08 -0000 Yep, have had to do this many many times. I had another crash, during the 'umount' process. Is there possibly a race condition with tinderbox? I generally run the tinderbox as 'idprio 10'... This crash happens with 2 different boxes, doing the same thing. One is an Intel Dell, one is a AMD system. 6.1 was so solid I may go back to it... On Tue, 2007-08-07 at 15:26 -0400, Kris Kennaway wrote: > On Tue, Aug 07, 2007 at 10:43:54AM -0700, Mike Harding wrote: > > > > I have had -lots- of panics since upgrading to 6.2 - my system was > > pretty much 100% before that. One thing I do have on my system is > > some jails, and I also see this crashes during tinderbox builds. I > > upgraded to 6.2-STABLE to see if the crashes were fixed, I still have > > them. Any ideas? memtest shows nothing wrong... > > Try disabling bg fsck, then booting to single user mode and running > fsck -f. You may have residual file system corruption. > > Kris