Public bug reported:

Syslog-ng segfaults at start when a rewrite rule is used in multiple log
statements. This smells exactly like a bug I filed upstream over a year
ago (https://bugzilla.balabit.com/show_bug.cgi?id=139), but that bug was
resolved.

# syslog-ng -F
Segmentation fault (core dumped)

# dmesg|tail -n 1
[17623159.891916] syslog-ng[14870]: segfault at 0 ip 00007f7637260c4c sp 
00007fff5fcc4050 error 4 in libsyslog-ng-3.3.4.so[7f7637246000+76000]

# cat /etc/syslog-ng/syslog-ng.conf
@version: 3.3
source s_local {
        internal();
};
rewrite r_test {
};
log { rewrite(r_test); };
log { rewrite(r_test); };

# dpkg -s syslog-ng | grep Version
Version: 3.3.4.dfsg-2ubuntu1

# lsb_release -rd
Description:    Ubuntu 12.04.1 LTS
Release:        12.04

** Affects: syslog-ng (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103326

Title:
  syslog-ng-3.3.4 segfaults when a rewrite is used multiple times

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslog-ng/+bug/1103326/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to