Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 7573
blob80afb7d9110d9d6d501e27ab8ec8a0dfc00dc102
1 Title: Fixed a threading bug in the RRDTool library and rrdcached
2 Level: 2
3 Component: packages
4 Compatible: compat
5 Version: 1.4.0i1
6 Date: 1467121600
7 Class: fix
9 Older GLib versions (< 2.32, e.g. the ones shipped with CentOS 5 and 6, SLES11,
10 Debian 6) need an explicit initialization to make things thread-safe. RRDTools
11 didn't do that, so the Check_MK Micro Core and rrdcached crashed randomly on
12 those systems. Now we make sure that GLib is properly initialized before
13 calling into it.