Francois Tigeot <ftigeot@...> wrote: > [1] 20946 segmentation fault /usr/pkg/bin/milter-greylist -D -p > /var/milter-greylist/milter-greylist.sock > > FWIW, the first machine was a single VIA C3 and the second one (the one where > the crashes occur) is a 4-core Xeon running a SMP kernel. > > What can I do to debug this ? I'd like to at least get a core dump. Make sure you built with -g, and run inside gdb: # gdb milter-greylist (gdb) r -Dv -p /var/milter-greylist/milter-greylist.sock Once you crash, type bt to get a backtrace -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] Milter-greylist crashes on DragonFly-2.8
2011-01-27 by manu@netbsd.org