[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.6'
Florian Forster
octo at verplant.org
Wed Jul 8 10:52:37 CEST 2009
src/utils_cache.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
New commits:
commit 984f37cb1a5813d2a089129ebf906a9963b6f7c8
Author: Florian Forster <octo at huhu.verplant.org>
Date: Wed Jul 8 10:51:28 2009 +0200
src/utils_cache.c: uc_check_timeout: Don't free a `ce' from the previous iteration.
This may habe been a cause of the reported assertion failure, too.
commit 526320a0389a54a3629038fe6b34da8c6d4eec0e
Author: Paul Sadauskas <psadauskas at gmail.com>
Date: Wed Jul 8 10:49:23 2009 +0200
src/utils_cache.c: Add a missing `continue'.
tokkee on IRC & I think we found a bug with utils_cache.c. The uc_check_timeout
function is missing a continue after the "uninteresting" service check, that
causes a key to be null.
This probably caused an assertion failure in cache_compare as reported by
Mariusz.
More information about the collectd-changes
mailing list