Hi List, had anyone seen something like the listing below? ---------------- # /sbin/syslog-ng -d -v -f /etc/syslog-ng.conf binding fd 3, unixaddr: /dev/log io.c: Preparing fd 3 for reading io.c: Preparing fd 4 for reading syslog-ng version 1.6.0rc1 starting io.c: sockaddr2info(): Unsupported address family 29336 (addrlen=256). io.c: Preparing fd 5 for writing [...] Segmentation fault # -------- every syslog message creates one error message from the io.c. C> my syslog-ng "loghost" crash every 1-5 minute, so I did the update to C> 1.6.0rc1, but the problem still exist. The service died with a C> "Segmentation fault". A run in debug mode and/ore strace report: ----->>8------schnipp-----8<----------------------------------- C> time(NULL) = 1047983908 C> time(NULL) = 1047983908 C> --- SIGSEGV (Segmentation fault) @ 0 (0) --- C> +++ killed by SIGSEGV +++ ----->>8------schnapp-----8<----------------------------------- C> after the last logging entry. C> The os is a debian unstable on a Siemens Nixdorf C> 2x333Mhz server. C> Anybody with an idea? Adios, Chriss mailto:syslog-ng@kordesee.de ----