From owner-freebsd-current@FreeBSD.ORG Fri Sep 2 23:48:11 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 3F2AD16A41F for ; Fri, 2 Sep 2005 23:48:11 +0000 (GMT) (envelope-from fbsd-current@mawer.org) Received: from mail09.syd.optusnet.com.au (mail09.syd.optusnet.com.au [211.29.132.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC73043D45 for ; Fri, 2 Sep 2005 23:48:10 +0000 (GMT) (envelope-from fbsd-current@mawer.org) Received: from [127.0.0.1] (c220-237-120-88.thorn1.nsw.optusnet.com.au [220.237.120.88]) by mail09.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j82Nm66U023404; Sat, 3 Sep 2005 09:48:09 +1000 Message-ID: <4318E4B5.5040800@mawer.org> Date: Sat, 03 Sep 2005 09:48:05 +1000 From: Antony Mawer User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremie Le Hen References: <8b6eae9605090106151a81174d@mail.gmail.com> <20050902221724.GC659@obiwan.tataz.chchile.org> In-Reply-To: <20050902221724.GC659@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Edwin Brown Subject: Re: FreeBSD6.0 and VMWare 5.0.. No go 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, 02 Sep 2005 23:48:11 -0000 On 3/09/2005 8:17 AM, Jeremie Le Hen wrote: >>This morning I tried to install FreeBSD6.0 under VMWare 5. I got >>the following message when it was extracting the base into \ >>directory: >> >>Panic: duplicate free of item 0xc1c5a210 from zone 0xc143f000(g_bio) >> >>cpuid=0 >>KDB: enter: panic >>[thread pid 3 tid 100034 ] >>stopped at kdb_enter+0x2b: nop >>db> >> >>Is this a known issue? > > Don't know if it's a known issue, but can you use the "trace" DDB > command and post the output here please, this will greatly help > debugging for kernel hackers. > > Regards, I did this the other day, and after searching the PR database, turned up this: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/84102 which has the same stack trace that I was getting out of DDB. -Antony