Bug#728225: Significant memory leak in ksh

2013-10-29 Thread Cye Stoner
Package: ksh Version: 93s+20080202-1 There is a significant memory leak in ksh that can be reproduced with the following (trivial) script: #!/bin/ksh while : do ps -ef 2>&1 > /dev/null done Literally any external command will cause this leak inside of a while loop. But it has been specific

Bug#727649: syslog-ng memory leak when using templated filenames and rewrite rules

2013-10-24 Thread Cye Stoner
Package: syslog-ng Version: 3.3.9-1 We have encountered a significant memory leak in syslog-ng when used in our environment. We leak around 120MB per day, causing us to restart our syslog-ng. The bug can be reproduced with the following syslog-ng configuration file (not 100% sure which options ar

Bug#703639: "kill -HUP $(cat /var/run/syslog-ng.pid)" can cause duplicate logging issues

2013-03-21 Thread Cye Stoner
Package: syslog-ng Version: 3.3.5-2 When executing the following command to reload the syslog-ng configuration file: # kill -HUP $(cat /var/run/syslog-ng.pid) Duplicate logging issues can show up if a source is listed in the configuration file but is not defined previously. The following log def