On Mon, Dec 19, 2005 at 01:35:58PM +0200, Eugene Filatov wrote: > It crashes 4 times during two days :( Does anyone have ideas how can it be > fixed? 1) Does running with option nospf fix your problem? If it does, then that means your libspf is linked with a thread-unsafe DNS resolver. 2) Change the Makefile and add -g in CFLAGS, rebuild milter-greylist, and run it with gdb: # gdb milter-greylist (gdb) run -Fv When it will crash, type bt and send the output. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] milter-greylist-2.0.2 crash
2005-12-19 by Emmanuel Dreyfus