On Aug 20, 2008, at 15:38, Ezra Peisach via RT wrote: > Detected with the development version of valgrind in which helgrind > actually works. Yeah, I was looking at that in the context of a NetBSD build that was reporting errors; the NetBSD thread support does these sorts of checks automatically and blows up if you mess it up. I was going to change "&&" to "||" but adding "!" works too. :) (Weirdly enough, though, the build *stopped* failing when we fixed a bug in the snapshot process and started testing today's code instead of something from last month. I'm not sure what's up with that.) Ken