Hi, I am using syslog-ng 3.01 and I experience memory leak on SIGHUP. This has been seen on a standard Fedora 10 system with syslog-ng 3.0.1 to 3.0.10. the same test leak also with 3.3.1.<br><br>My syslog-ng.conf file has no rules in it.<br>
<br>A simple bash script sending a SIGHUP to the syslog-ng process will leak memory at a fast face.<br><br>#!/bin/bash<br><br>while true; do<br>    date<br>         # $1 is syslog-ng pid<br>         sudo /usr/bin/kill -1 $1 <br>
        done<br><br>Any idea about, that?<br><br>Thanks<br><br>Simon Gauthier<br>