summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-27 14:12:26 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-27 14:12:26 +0000
commit58bb094fbaf6fac3ccd4db802db1cfcb37f3d01c (patch)
tree115f7e47fee80a41054b81dd361e92ad224336cf /ChangeLog
parent42f8e09d07e9a384d17a675a20117677600eb0f5 (diff)
downloadrsyslog-58bb094fbaf6fac3ccd4db802db1cfcb37f3d01c.tar.gz
rsyslog-58bb094fbaf6fac3ccd4db802db1cfcb37f3d01c.tar.xz
rsyslog-58bb094fbaf6fac3ccd4db802db1cfcb37f3d01c.zip
bugfix: during queue shutdown, an assert invalidly triggered when the
primary queue's DA worker was terminated while the DA queue's regular worker was still executing. This could result in a segfault during shutdown. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=41
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index addfadb1..cc39a39c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@ Version 3.11.6 (rgerhards), 2008-02-??
which could cause several problems to the engine (unpredictable
results). This situation should have happened only in very
rare cases. tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=40
+- bugfix: during queue shutdown, an assert invalidly triggered when
+ the primary queue's DA worker was terminated while the DA queue's
+ regular worker was still executing. This could result in a segfault
+ during shutdown.
+ tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=41
- bugfix: imfile could abort under extreme stress conditions
(when it was terminated before it could open all of its
to be monitored files)