[Libreoffice] Need help with failing cppunit tests

Caolán McNamara caolanm at redhat.com
Wed Feb 23 04:36:14 PST 2011


On Wed, 2011-02-23 at 09:46 +0100, Francois Tigeot wrote:
> For now, I'm focussing on sc/qa/unit.

Because your log shows "OK (10)" before it falls over and dies, I
believe that the tests themselves are passing, and you are dying on
exit. Could be a few reasons for that, I suppose the first one to check
is what's your autogen/configure line ?

To find out if you are using "system" cppunit or the internal one, the
internal one has a fix for when building with debug-mode stl

Another possibility is some nasty atexit/__cxa_atexit problem. A hack to
experiment for that possibility can be found at
http://lists.freedesktop.org/archives/libreoffice/2011-January/005372.html

C.



More information about the LibreOffice mailing list