Hello,
I have installed rsyslog from source on an ubuntu box and seeing a segmentation fault when it receives syslog messages from a syslog-ng machine on the tcp port (udp based works fine)
1554.910262608:action 1 queue:Reg/w0: action 1 queue:Reg/w0: worker IDLE, waiting for work.
1554.942598042:imtcp.c: New connect on TCP inetd socket: #12
Segmentation fault
strace:
select(1, NULL, NULL, NULL, {30, 0}1644.946035277:imtcp.c: New connect on TCP inetd socket: #12
) = ? ERESTARTNOHAND (To be restarted)
+++ killed by SIGSEGV +++
Process 31528 detached
root@syslogServer:~# rsyslogd -v
rsyslogd 3.12.4, compiled with:
FEATURE_REGEXP: Yes
FEATURE_LARGEFILE: Yes
FEATURE_NETZIP (message compression): Yes
GSSAPI Kerberos 5 support: No
FEATURE_DEBUG (debug build, slow code): No
Runtime Instrumentation (slow code): No
Is there any reason what could cause this?
Thanks,
Sachar


