Emmanuel Dreyfus <manu@...> wrote:
> I'm affraid you will have to grep conf_retain *.c and add this before
> each occurence:
And while you are there, logging the thread ID will help:
if (GET_CONF())
mg_log(LOG_WARN, "%d: conf_retain called from %s",
pthread_self(), __func__);
As I understand the problem you get could only occur if the same thread
re-enter conf_retain.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] Milter-greylist crashes on DragonFly-2.8
2011-01-29 by manu@netbsd.org