[5134] Proposed patch to prevent static initialization fiasco.
On FreeBSD11 system the Control Agent unit tests fail because the destructor of the LibraryManager is referencing ServerHooks. Both are static and in this particular case the LibraryManager outlives the other one.
Please register or sign in to comment