From owner-freebsd-stable@FreeBSD.ORG Wed Aug 8 05:03:47 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 262F316A41A for ; Wed, 8 Aug 2007 05:03:47 +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 E686113C4D9 for ; Wed, 8 Aug 2007 05:03:46 +0000 (UTC) (envelope-from mvh@ix.netcom.com) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=rTfd0WYTzg93zxlGm4Q9nqbPg8IarUt3bgjCzgy/suNRwAeYsG2yA/SZRabdE8X5; 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 1IIdhv-0002Jm-F4; Wed, 08 Aug 2007 01:03:43 -0400 Received: from localhost (localhost [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id C9923172FD; Tue, 7 Aug 2007 22:03:42 -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 TxgoKseyQGfL; Tue, 7 Aug 2007 22:03:33 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bsd.mvh (Postfix) with ESMTP id E2CA117171; Tue, 7 Aug 2007 22:03:27 -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 22:03:24 -0700 Message-Id: <1186549404.33053.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-ELNK-Trace: 2159e7a04884740af66dc3a06d5924d8710ad55ed56e3dc8503c58f1497a1a4da8438e0f32a48e08350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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 05:03:47 -0000 I should also mention, fwiw, that I use tinderbox with the 'nullfs' mounts. I can forward my config to anybody who is interested in trying to recreate these crashes. 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