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
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
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
3 matches
Mail list logo