From owner-freebsd-current@FreeBSD.ORG Fri Oct 5 01:48:31 2007 Return-Path: Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8DDC16A468 for ; Fri, 5 Oct 2007 01:48:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 765F713C4D9 for ; Fri, 5 Oct 2007 01:48:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (r74-193-81-203.pfvlcmta01.grtntx.tl.dh.suddenlink.net [74.193.81.203]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l951mKUx038885; Thu, 4 Oct 2007 20:48:25 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <470597DD.6080909@freebsd.org> Date: Thu, 04 Oct 2007 20:48:13 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: avleeuwen@piwebs.com References: <1191175387.92510.6.camel@shumai.marcuscom.com> <46FFF615.5090108@donut.de> <20071003195644.GN80294@turion.vk2pj.dyndns.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: Peter Jeremy , Current@freebsd.org Subject: Re: panic: ffs_blkfree: freeing free block X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 05 Oct 2007 01:48:31 -0000 Arjan van Leeuwen wrote: > 2007/10/3, Peter Jeremy : >> On 2007-Oct-03 15:21:15 +0200, Arjan van Leeuwen >> wrote: >>> Also, I note that everytime I panic, my currently opened files are >> reduced >>> to 0 bytes. Is that expected? >> It depends, are you talking about files being read or only files being >> written? If this is just affecting writes, then this is a side-effect >> of the stdio buffering, together with the write-back nature of the UFS >> buffer cache in conjunction with soft-updates: Data on disk is >> typically about 30 seconds behind reality and the file contents will >> always be behind the file itself. It is quite normal for recently >> written files (or files currently being written) to be truncated on >> disk following a crash. > > Yep, these are recently written files indeed. Usually the files I had open > in my editor while it paniced, files that I save often. > Oh well... I'm setting my hopes on this panic being resolved soon then :). > Thanks for the explanation. Can anyone provide access to the core dumps? Eric