On Wednesday, 06 July 2005 at 20:43, Thomas Glanzmann wrote: > Hello, > > > > hcache.c:808: ret = h->env->open(h->env, NULL, DB_INIT_MPOOL | DB_CREATE > > > | DB_PRIVATE, 0600); > Haven't we seen this bug before in the sasl and socket routines? I remember being surprised that it hadn't bit the db code. I think something like the following was supposed to work: (h->env->open)(...)