code checker
ROOT had bugs!
Submitted by axel on Thu, 28/01/2010 - 16:22Hi!
I'm happy to see that the title got you here :-) As a matter of fact, this is about several bugs in ROOT. We had code like
if (!CheckServerIsUp(server)) { MarkServerBad(server); }
That code is just fine, right? Well, read on...