https://bugzilla.balabit.com/show_bug.cgi?id=253 --- Comment #6 from Gonzalo Paniagua <gonzalo.paniagua+slng1@acquia.com> 2013-10-13 03:36:48 --- Created an attachment (id=83) --> (https://bugzilla.balabit.com/attachment.cgi?id=83) syslog-ng.conf I've attached the main configuration file. Nothing special about it. In sites.d/ individual files with content like: ======BEGIN destination df_watchdog_simpletest { file("/var/log/sites/simpletest/logs/srv-17/drupal-watchdog.log" owner(10002) group(33)); }; filter f_watchdog_simpletest { facility(local0) and program(^simpletest$); }; log { source(s_all); filter(f_watchdog_simpletest); destination(df_watchdog_simpletest); }; ======END are added and removed frequently, and each time this happens we run "/etc/init.d/syslog-ng reload". During our tests, there could be, say, 30 reloads in a server over 3 hours, and at some point one of those reloads causes a segfault. It does not happen in all the servers where we have the same configuration. I would say that it's close to 1 in 10 servers. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.