Re: panic #2: Memory modified after free

From: Andrey Chernov (ache_at_FreeBSD.ORG)
Date: 06/24/05

  • Next message: Eric Anderson: "vmstat -i with -c or -w doesn't work"
    Date: Fri, 24 Jun 2005 16:39:29 +0400
    To: Gleb Smirnoff <glebius@FreeBSD.ORG>
    
    

    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/
    _______________________________________________
    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"
    

  • Next message: Eric Anderson: "vmstat -i with -c or -w doesn't work"

    Relevant Pages