From owner-freebsd-current@FreeBSD.ORG Fri Mar 25 13:22:22 2005 Return-Path: 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 A0A2016A4CE for ; Fri, 25 Mar 2005 13:22:22 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE4A43D53 for ; Fri, 25 Mar 2005 13:22:22 +0000 (GMT) (envelope-from wireless.insecurity@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so797288rng for ; Fri, 25 Mar 2005 05:22:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ZI+k2TWN82El9ZP1c6OegujnGlyFEFQg4r0lDn2YC7vVM60dJ2c79mQxI/wk/aDSVSQOY550KUNXoc9lMZuw9MeY/K/1/3OkeWeOIkOWdjVD/QQ+h1OsgUH+800EbmPF1bv7amUpNp8JxY0kg0UOB9gvohLOixL4I1OuCz5pRcs= Received: by 10.38.149.17 with SMTP id w17mr231336rnd; Fri, 25 Mar 2005 05:22:19 -0800 (PST) Received: from ?192.168.1.200? ([24.236.206.217]) by mx.gmail.com with ESMTP id 75sm978212rnb.2005.03.25.05.22.19; Fri, 25 Mar 2005 05:22:19 -0800 (PST) Message-ID: <42441069.2090700@gmail.com> Date: Fri, 25 Mar 2005 08:21:45 -0500 From: Vladamir User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeremie Le Hen References: <20050325081546.GV54204@obiwan.tataz.chchile.org> In-Reply-To: <20050325081546.GV54204@obiwan.tataz.chchile.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org Subject: Re: panic: Duplicate free of item ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 25 Mar 2005 13:22:22 -0000 Dumps dump to your SWAP partition, as long as you have twice as much swap as you do RAM, you should be fine. Jeremie Le Hen wrote: > Hi again list, > > I've just rebooted, and tried to update my kernel tree using cvs(1). > Same kernel as my previous message, from 2005/03/24 with Soren's patch. > I caught another panic : > > %%% > Slab at 0x1cc1f70, freei 10 = 0. > panic: Duplicate free of item 0x1cc1528 from zone 0xc1045ba0(g_bio) > > KDB: stack backtrace: > kdb_backtrace() > panic() > uma_dbg_free() at uma_dbg_free+0x17b > uma_zfree_arg() at uma_zfree_arg+0x131 > g_destroy_bio() at g_destroy_bio+0x22 > g_vfs_done() at g_vfs_done+0x6c > biodone() at biodone+0x70 > g_io_schedule_up() at g_io_schedule_up+0x6b > g_up_procbody() at g_up_procbody+0x98 > fork_exit() > fork_trampoline() > --- trap 0x1, eip = 0, esp = 0xd102fd7c, ebp = 0 --- > %%% > > I'm afraid I won't be able to get a kernel dump since my disk space > is quite limited and I didn't have time to move the previous one... > Nevertheless I'll inform you if I manage to get it. > > Regards,