Anonymous - 2002-04-20

I running CppUnit 1.8 on Solaris 2.8 with gcc 3.0.3.
The "make check" fails with a core dump on a CPPUNIT_ASSERT(false);
Also, in small test program CPPUNIT_ASSERT(true) works, but CPPUNIT_ASSERT(false) core dumps.
Is this a known problem, and is there a known solution ? Thanks for any suggestions.
Phil M.