From 58bb094fbaf6fac3ccd4db802db1cfcb37f3d01c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 27 Feb 2008 14:12:26 +0000 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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) -- cgit