From owner-freebsd-current@FreeBSD.ORG Sun Jul 31 20:35:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52D3E16A41F; Sun, 31 Jul 2005 20:35:22 +0000 (GMT) (envelope-from andrew@fubar.geek.nz) Received: from mta206-rme.xtra.co.nz (mta206-rme.xtra.co.nz [210.86.15.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F4F43D46; Sun, 31 Jul 2005 20:35:20 +0000 (GMT) (envelope-from andrew@fubar.geek.nz) Received: from mta3-rme.xtra.co.nz ([210.86.15.194]) by mta206-rme.xtra.co.nz with ESMTP id <20050731203518.RLKZ1784.mta206-rme.xtra.co.nz@mta3-rme.xtra.co.nz>; Mon, 1 Aug 2005 08:35:18 +1200 Received: from serv.int.fubar.geek.nz ([222.152.103.73]) by mta3-rme.xtra.co.nz with ESMTP id <20050731203517.VQMC1650.mta3-rme.xtra.co.nz@serv.int.fubar.geek.nz>; Mon, 1 Aug 2005 08:35:17 +1200 Received: from [192.168.1.160] (unknown [192.168.1.160]) by serv.int.fubar.geek.nz (Postfix) with ESMTP id 5BACD612A; Mon, 1 Aug 2005 08:35:16 +1200 (NZST) Message-ID: <42ED3604.5090502@fubar.geek.nz> Date: Mon, 01 Aug 2005 08:35:16 +1200 From: Andrew Turner User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gabor MICSKO References: <1122821114.12074.8.camel@alderaan.trey.hu> In-Reply-To: <1122821114.12074.8.camel@alderaan.trey.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: BSD Installer release 1 ( panic: Duplicate free of item 0xc26d67bc from zone 0xc204adc0(g_bio) ) 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: Sun, 31 Jul 2005 20:35:22 -0000 Gabor MICSKO wrote: >Hi! > >I have found a reproducible bug with the BSD Installer release 1 >( http://marc.theaimsgroup.com/?l=freebsd-current&m=112259565118941&w=2 ) ISO. It seems to me this bug is geom related. Details (screenshots) here: > >http://www.hup.hu/modules.php?name=News&file=article&sid=9350 > >Thanks: > >- >mg > > I've only seen that with PREEMPTION enabled, disabling it stops the panic. Andrew