Francois Tigeot <ftigeot@...> wrote:
> It seems to always be the same thread indeed.
>
> [With the assertion in conf.c:352 intact]
> Jan 29 16:43:37 milter-greylist: 673055056: conf_retain called from dumper
> Jan 29 16:43:37 milter-greylist: conf.c:351 BUG: conf_retain called twice?
Great, we now have our culprit. Unfortunately there are two calls to
conf_retain() in dumper(), therefore you need to alter the debug
statement to include the line number:
mg_log(LOG_WARNING, "%d: conf_retain called from %s, line %d",
pthread_self(), __func__, __LINE__);
--
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