On Wed, Oct 05, 2005 at 04:13:35PM +0200, Andreas Unterkircher wrote: > I'm using milter-greylist with sendmail (8.13.5) on a dual amd > opteron server with debian sid (gcc 4.0.2). > > Version 2.0 runs perfectly. This morning I wanted to give 2.0.1 > a try, but it now crash always after some hours. No traces in > the logs. (gdb) > Some debugging which I can turn on to find out where this happens? Rebuild milter-greylist with -g in CFLAGS (change the Makefile for that), and run it within gdb: # gdb milter-greylist (gdb) run When you'll get a crash, report the result of the bt command. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] milter-greylist2.0.1 crash on amd64
2005-10-05 by Emmanuel Dreyfus