DragonFly bugs List (threaded) for 2011-05
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue2084] DFBSD v2.11.0.242.g4d317 - panic: zone: entry not free
Antonio Huete Jimenez <tuxillo@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@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2084>
_____________________________________________________
[
Date Prev][
Date Next]
[Thread Prev][
Thread Next]
[
Date Index][
Thread Index]