From owner-freebsd-current@FreeBSD.ORG Tue Feb 19 22:58:12 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1581C16A469 for ; Tue, 19 Feb 2008 22:58:12 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [91.103.162.4]) by mx1.freebsd.org (Postfix) with ESMTP id CBCE413C469 for ; Tue, 19 Feb 2008 22:58:11 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id BE72019E023; Tue, 19 Feb 2008 23:58:10 +0100 (CET) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id AD44419E019; Tue, 19 Feb 2008 23:58:08 +0100 (CET) Message-ID: <47BB5F0E.8030206@quip.cz> Date: Tue, 19 Feb 2008 23:58:22 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Pieter de Goeje References: <47BAACD7.5050303@quip.cz> <200802191353.00235.pieter@degoeje.nl> <47BADB0C.4020000@quip.cz> <200802191636.36444.pieter@degoeje.nl> In-Reply-To: <200802191636.36444.pieter@degoeje.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: panic: ffs_blkfree: freeing free block (7.0-RC1) 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: Tue, 19 Feb 2008 22:58:12 -0000 Pieter de Goeje wrote: > On Tuesday 19 February 2008, Miroslav Lachman wrote: > >>Pieter de Goeje wrote: >> >>>What revision of sys/vm/vm_object.c do you have? >> >>__FBSDID("$FreeBSD: src/sys/vm/vm_object.c,v 1.385.2.1 2007/10/19 >>05:48:45 alc Exp $"); >> > > > Hmm that's odd, some time ago I tracked this issue down to this commit, but > apparently there's still something wrong or the issue was fixed in another > commit in the same timeframe. > > >>System is FreeBSD 7.0-RC1 i386 installation. > > > Can you please try updating to the latest 7.0 (and/or 7-stable) to see if you > still can still reproduce this? > > I will try to reproduce this here. I can't try to reproduce it, because it is production machine and I have no other spare machine to play with. :( Maybe in next two weeks I will buy another machine and will have time to test it. Miroslav Lachman