[issue2084] DFBSD v2.11.0.242.g4d317 - panic: zone: entry not free

Antonio Huete Jimenez (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Mon May 30 04:48:34 PDT 2011


Antonio Huete Jimenez <tuxillo at quantumachine.net> added the comment:

It seems it's catched by INVARIANTS:

69      #ifdef INVARIANTS
70                      KASSERT(item != NULL, ("zitems unexpectedly NULL"));
71                      if (((void **) item)[1] != (void *) ZENTRY_FREE)
72                              zerror(ZONE_ERROR_NOTFREE);
73                      ((void **) item)[1] = 0;
74      #endif

----------
status: unread -> chatting

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2084>
_____________________________________________________






More information about the Bugs mailing list