memcluster.c:436: INSIST(stats[size].gets != 0U) failed.

Paul Vixie vixie at sa.vix.com
Sat Aug 12 21:11:44 UTC 2006


henka at cityweb.co.za writes:

> I'm trying to run a sendmail/milter threaded applicaton (linked with
> libbind) on debian sarge.
> 
> The process fails with this error:
> 
> memcluster.c:436: INSIST(stats[size].gets != 0U) failed.
> 
> This happens with bind-9.3.1 and bind-9.3.3b1.
> 
> Any pointers would be appreciated.

would need to see the full stack trace.  someone is calling memput() with a
size that has no outstanding allocations for it.  this is analagous to a
"double free()" problem in the normal C library.
-- 
Paul Vixie



More information about the bind-users mailing list