From owner-freebsd-current@FreeBSD.ORG Thu Mar 1 04:31:27 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A89F516A402 for ; Thu, 1 Mar 2007 04:31:27 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 4116313C467 for ; Thu, 1 Mar 2007 04:31:27 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so752389nfc for ; Wed, 28 Feb 2007 20:31:26 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SJYXfGscxXT9tpmwBt8u2Qw1+5GEe0bEKNu/haG4Yt0fIJttn3P7o7+zpfo/ECAArqqQYxzOxFurprlmUAKGS0IjxgPOlQ/bwIWTXQdFJiieEB0I6pzvRJU02MUieMJ+2XMfqnDPznDRsDTry0Ma7tijGwKM9kueQek0y0xG8Xo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tmahQ958QnHYHiA5O2wnNqvlVBV2pzM0mMi31okXPB808MFOIDqSQgp2lrOZOOQJKWqEzgt2he3dn3yWb8jtmunjtg3Ovh1K6YSzDS58oKBy1McrZeSjtFkDEKYEVFx0bT00jKL441dJ28VLtLzerR+JTobVB6vijFRUvRYgvUw= Received: by 10.82.107.15 with SMTP id f15mr483605buc.1172723486125; Wed, 28 Feb 2007 20:31:26 -0800 (PST) Received: by 10.82.151.15 with HTTP; Wed, 28 Feb 2007 20:31:26 -0800 (PST) Message-ID: Date: Wed, 28 Feb 2007 20:31:26 -0800 From: "Kip Macy" To: "Andrey Chernov" , current@freebsd.org In-Reply-To: <20070221095451.GA809@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070221095451.GA809@nagual.pp.ru> Cc: Subject: Re: Recent-current panics: duplicate free in mbuf 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: Thu, 01 Mar 2007 04:31:27 -0000 Load the module symbols into kgdb and get a full backtrace. -Kip On 2/21/07, Andrey Chernov wrote: > Now I got this constantly from time to time. Any ideas? > > Duplicate free of item 0xc2d90100 from zone 0xc0c44000(mbuf_packet) > > 2 0xc04b4559 in panic ( > fmt=0xc0611d3e "Duplicate free of item %p from zone %p(%s)\n") > at ../../../kern/kern_shutdown.c:567 > #3 0xc0599c71 in uma_dbg_free (zone=0xc0c44000, slab=0xc2d90fa8, > item=0xc2d90100) at ../../../vm/uma_dbg.c:302 > #4 0xc0598183 in uma_zfree_arg (zone=0xc0c44000, item=0xc2d90100, > udata=0x0) > at ../../../vm/uma_core.c:2261 > #5 0xc04f6a18 in mb_free_ext (m=0xc2d90100) at uma.h:305 > #6 0xc04f684c in m_freem (mb=0x0) at mbuf.h:446 > #7 0xc073bde2 in ?? () > #8 0xc2d90100 in ?? () > #9 0xc263f400 in ?? () > #10 0x00000008 in ?? () > #11 0x00000000 in ?? () > #12 0x00000080 in ?? () > #13 0xd38aecac in ?? () > #14 0xc073c464 in ?? () > #15 0xc262d014 in ?? () > #16 0x00000001 in ?? () > #17 0xc073dcaa in ?? () > #18 0x0000061d in ?? () > #19 0xc262d014 in ?? () > #20 0x00000000 in ?? () > #21 0xc065ed10 in lockbuilder_pool () > #22 0xc2639400 in ?? () > #23 0xc268d000 in ?? () > #24 0xc256f780 in ?? () > #25 0x00000000 in ?? () > #26 0xd38aecd4 in ?? () > #27 0xc049c60c in ithread_execute_handlers (p=0xc262d014, ie=0xc262d000) > at ../../../kern/kern_intr.c:683 > > > -- > http://ache.pp.ru/ > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >