There was an issue reported a while ago
http://lists.llvm.org/pipermail/llvm-dev/2014-February/070692.html
but it is still not adressed. RegisterHandlers() is not thread safe and isn’t called under locks for Unix…
Is there any reason why RegisterHandlers() shouldn’t be put under the scoped locks used before the invocations of the function?