> +// Avoid leaking the semaphores if a VERIFY fails. > +#undef _GLIBCXX_ASSERT Might as well just remove the VERIFY bits then.... It would be nice to do RAII semaphore type usage, and still be able to tell when a test fails. :( -benjamin