retitle 519073 rsyslog segfaults when $UDPServerRun is configured more than once severity 519073 important thanks
Rainer Gerhards wrote: > I tried, but cannot reproduce this problem. Can you please run rsyslogd > in debug mode and submit the debug log of the startup. Instructions are > available here: > > http://www.rsyslog.com/doc-troubleshoot.html >> If a module is loaded multiple times rsyslog hangs during startup. >> In particular add the following lines to the end of /etc/rsyslog.conf >> $ModLoad imudp >> $UDPServerRun 514 >> $ModLoad imudp >> $UDPServerRun 514 >> Hi, I can reproduce the problem. The root cause is not, that imudp is loaded twice, but that you have multiple instances of $UDPServerRun So this: $ModLoad imudp $UDPServerRun 514 $UDPServerRun 515 (doesn't really matter, what port you choose) will also cause a segfault I can verify this for both 3.18.4 and 3.20.5 and 3.22.0 (haven't tested master yet). Rainer, are you able to reproduce the problem with this information? Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

