> A bit of debugging revealed that in such cases the test begins and > (let's consider for example ext/array_allocator/check_new.cc), the > new_called boolean, in the anonymous namespace, has not been initialed > to false. Any idea what may be going wrong? Maybe order-of-initialization issues? I don't know, off hand. -benjamin