Quoting [email protected]: > On 03/11/2010 07:00 PM, Kris Van Hees <[email protected]> wrote: > >> Message: 1 >> Date: Wed, 10 Mar 2010 16:51:19 -0500 >> >> Hi, >> >> I am currently running spamdyke 4.0.10, and I am experiencing very frequent >> cases of hanging spamdyke processes, eating up connections and often causing >> tcpserver to start refusing connections. I am still trying to >> figure our where >> it might be happening and why. So far, it mostly seems to be after >> there was >> either a DNS timeout or a command timeout. > > I've got that too, but I decided to workaround and kill spamdyke > processes when they age beyond 10 hours. > Thus, in my crontab: >
You need to supply some debugging info. At an absolute minimum a trace of a stuck process (strace on linux), and preferably a backtrace from gdb (that requires changing the spamdyke build process to add '-g' to the compile options, and remove the 'strip' command from the Makefile). -trog _______________________________________________ spamdyke-users mailing list [email protected] http://www.spamdyke.org/mailman/listinfo/spamdyke-users
