Antonio Huete Jimenez <[email protected]> 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 <[email protected]>
<http://bugs.dragonflybsd.org/issue2084>
_____________________________________________________