[Libreoffice] cppunit test and smoketest failures

Stephan Bergmann sbergman at redhat.com
Tue Oct 4 01:58:22 PDT 2011


On 10/02/2011 08:49 PM, Peter Foley wrote:
> :&&      LD_LIBRARY_PATH=/root/libreoffice/smoketestoo_native/unxlngx6.pro/lib:/root/libreoffice/solver/unxlngx6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}   /root/libreoffice/solver/unxlngx6.pro/bin/cppunit/cppunittester \
>          -env:UNO_SERVICES=file:///root/libreoffice/solver/unxlngx6.pro/xml/ure/services.rdb \
>          -env:UNO_TYPES=file:///root/libreoffice/solver/unxlngx6.pro/bin/types.rdb \
>          -env:arg-soffice=path:/root/libreoffice/solver/unxlngx6.pro/installation/opt/program/soffice -env:arg-user=./unxlngx6.pro/misc/smoketest/user \
>          -env:arg-env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}" -env:arg-testarg.smoketest.doc=./unxlngx6.pro/bin/smoketestdoc.sxw --protector \
>          /root/libreoffice/solver/unxlngx6.pro/lib/unoexceptionprotector.so \
>          unoexceptionprotector ./unxlngx6.pro/lib/libsmoketest.so
> officeconnection.cxx:142:Assertion
> Test name: N12_GLOBAL__N_14TestE::test
> setUp() failed
> - equality assertion failed
> - Expected: 2
> - Actual  : 0
>
> officeconnection.cxx:171:Assertion
> Test name: N12_GLOBAL__N_14TestE::test
> tearDown() failed
> - equality assertion failed
> - Expected: 0
> - Actual  : 77
>
> Failures !!!
> Run: 1   Failure total: 2   Failures: 2   Errors: 0

This indicates that soffice.bin crashed during start up.  You can try 
two things to find out more:

- Try to start soffice manually from 
/root/libreoffice/solver/unxlngx6.pro/installation/opt/program/soffice 
(best in a clean shell, no Env.Host.sh sourced) and see whether it 
fails, too.

- Enable crash dumps (in bash, ulimit -c unlimited) and see whether some 
core or core.* is generated, and look into that.

-Stephan


More information about the LibreOffice mailing list