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>
_____________________________________________________