Shared lib crashes on failed test
Brought to you by:
blep
Cppunit worked fine with me on a Sun Solaris, until I updated g++ from 3.0.4 to 3.2.2. I had to recompile Cppunit, but on make check it already failed: it core dumped on the test that should fail. I am using other dynamic libraries that work just fine, even after a recompile, and I have tested on another Sun with the same result.
After a long search I found out that statically linking solves the problem, but know all my object files are huge and take hours to compile...
The version of cppunit I use is the latest available, and I can get all necessary information about the Suns.
Logged In: YES
user_id=196852
Are you sure it comes from CppUnit ? As you pointed out, it
worked fine before you upgraded.
In any case, without further information (core stack), I can't
give you any hint on how to solve this.
Baptiste.