From owner-freebsd-ia64@FreeBSD.ORG Thu May 1 22:32:29 2003 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A909437B401; Thu, 1 May 2003 22:32:29 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF60043F93; Thu, 1 May 2003 22:32:28 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h425WRA7014073; Thu, 1 May 2003 23:32:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 01 May 2003 23:32:20 -0600 (MDT) Message-Id: <20030501.233220.08332249.imp@bsdimp.com> To: marcel@xcllnt.net From: "M. Warner Losh" In-Reply-To: <20030502035426.GA65366@athlon.pn.xcllnt.net> References: <20030502035426.GA65366@athlon.pn.xcllnt.net> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org cc: ia64@freebsd.org Subject: Re: another one: panic: ffs_blkfree: freeing free block X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 05:32:30 -0000 In message: <20030502035426.GA65366@athlon.pn.xcllnt.net> Marcel Moolenaar writes: : login: dev = da0p7, block = 600688, fs = /q : panic: ffs_blkfree: freeing free block I get this all the time on my laptop, and have on and off, for the past two weeks. I posted a traceback, and a me too on a couple of other tracebacks that matched mine. This is the first bug to get me really annoyed in quite some time because it is a random killer. Warner