Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2005 16:39:29 +0400
From:      Andrey Chernov <ache@FreeBSD.ORG>
To:        Gleb Smirnoff <glebius@FreeBSD.ORG>
Cc:        silby@silby.com, current@FreeBSD.ORG
Subject:   Re: panic #2: Memory modified after free
Message-ID:  <20050624123929.GA70753@nagual.pp.ru>
In-Reply-To: <20050624120956.GA72903@cell.sick.ru>
References:  <20050624101951.GA840@nagual.pp.ru> <20050624120956.GA72903@cell.sick.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 24, 2005 at 04:09:56PM +0400, Gleb Smirnoff wrote:
> What is the zone?
> 
> kgdb> frame 5
> kgdb> p *zone

(kgdb) p *zone
$1 = {uz_name = 0xc05e6ff9 "Mbuf", uz_lock = 0xc0c293c8, uz_keg = 0xc0c293c0,
  uz_link = {le_next = 0xc0c4dba0, le_prev = 0xc0c293f8}, uz_full_bucket = {
    lh_first = 0x0}, uz_free_bucket = {lh_first = 0x0},
  uz_ctor = 0xc0491230 <mb_ctor_mbuf>, uz_dtor = 0xc04912b0 <mb_dtor_mbuf>,
  uz_init = 0, uz_fini = 0, uz_allocs = 192226, uz_fills = 0, uz_count = 128,
  uz_cpu = {{uc_freebucket = 0xc1d4f418, uc_allocbucket = 0xc24f2418,
      uc_allocs = 1432613}}}


-- 
http://ache.pp.ru/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050624123929.GA70753>