[Bug 1187808] Re: PreserveFQDN fix introduces regression that might cause rsyslog not to start
Launchpad Bug Tracker
1187808 at bugs.launchpad.net
Wed Jun 5 21:45:28 UTC 2013
This bug was fixed in the package rsyslog - 5.8.11-2ubuntu4
---------------
rsyslog (5.8.11-2ubuntu4) saucy; urgency=low
* Adjust rsyslog init script to detect upstart, making the upstart
patches upstreamable to Debian.
* Add versioned dependency on lsb-base for the use of init_is_upstart.
* debian/patches/202-off-by-one-regression-1187808.patch: upstream fix
for an off-by-one error introduced in the previous cherry-pick, causing
rsyslog to fail to start in some environments. Closes LP: #1187808.
-- Steve Langasek <steve.langasek at ubuntu.com> Wed, 05 Jun 2013 12:09:22 -0700
** Changed in: rsyslog (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1187808
Title:
PreserveFQDN fix introduces regression that might cause rsyslog not to
start
Status in “rsyslog” package in Ubuntu:
Fix Released
Status in “rsyslog” source package in Precise:
Fix Committed
Status in “rsyslog” source package in Raring:
Fix Committed
Bug description:
LP: #1022545 fix introduced a regression that might cause rsyslog not
to start, even though the upstream commit seems to claim otherwise :
ChangeLog
A temporary buffer was allocated one byte too small. Did only
affect startup, not actual operations. Came up during routine tests,
and can have no effect once the engine runs. Bug was introduced in
7.3.11.
[Impact]
As reported in duplicate bug #1187876, this issue causes rsyslog to fail to start in some circumstances due to the resulting malloc corruption, which may cause cloud instances to fail to configure themselves correctly on boot. This is a critical regression introduced in an SRU.
[Test case]
1. reproduce the error with rsyslog failing to start, with errors written to /var/log/upstart/rsyslog.log:
*** Error in `rsyslogd': malloc(): memory corruption: 0x00000000007b2930 ***
and verify that 'status rsyslog' shows 'start/spawned' instead of 'start/running'.
2. kill any lingering rsyslog processes with 'sudo killall rsyslogd && sudo stop rsyslog'.
3. upgrade to the -proposed version of the package.
4. verify that rsyslogd is now running ('status rsyslog' shows 'start/running').
[Regression potential]
Minimal. This is a targeted one-character fix for a regression introduced in the previous SRU.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1187808/+subscriptions
More information about the foundations-bugs
mailing list