<div dir="ltr">Hey Luke,<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 8, 2016 at 6:44 PM, Luke Benes <span dir="ltr"><<a target="_blank" href="mailto:lukebenes@hotmail.com">lukebenes@hotmail.com</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">




<div dir="ltr">
<div style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:calibri,arial,helvetica,sans-serif">
<div>Ever since<br>
<a target="_blank" href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=0868f670374cdcf6c2610d91ff8702f59b2e0bd3">https://cgit.freedesktop.org/<wbr>libreoffice/core/commit/?id=<wbr>0868f670374cdcf6c2610d91ff8702<wbr>f59b2e0bd3</a><br>
<br>
With 32-bit Ubuntu 16.04, I'm getting the following build failure:<br>
<br>
<div>CUT] sw_ww8import<br>
testTscp::Import_Export_Import finished in: 354ms<br>
testFdo45724::Import finished in: 0ms<br>
File tested,Execution Time (ms)<br>
Segmentation fault (core dumped)<br>
<br>
No core file identified in directory /core/workdir/CppunitTest/sw_<wbr>ww8export.test.core<br>
To show backtraces for crashes during test execution,<br>
enable core files with:<br>
<br>
   ulimit -c unlimited<br>
<br>
<br>
Error: a unit test failed, please do one of:<br>
make CppunitTest_sw_ww8export CPPUNITTRACE="gdb --args"<br>
    # for interactive debugging on Linux<br>
make CppunitTest_sw_ww8export VALGRIND=memcheck<br>
    # for memory checking<br>
make CppunitTest_sw_ww8export DEBUGCPPUNIT=TRUE<br>
    # for exception catching<br>
<br>
/core/solenv/gbuild/<wbr>CppunitTest.mk:101: recipe for target '/core/workdir/CppunitTest/sw_<wbr>ww8export.test' failed<br>
make[1]: *** [/core/workdir/CppunitTest/sw_<wbr>ww8export.test] Error 1<br>
make[1]: *** Waiting for unfinished jobs....<br>
Aborted (core dumped)<br>
/core/test/source/<wbr>bootstrapfixture.cxx:177:<wbr>SdImportTest::<wbr>testDocumentLayout<br>
equality assertion failed<br>
- Expected: 0<br>
- Actual  : 34304<br>
- failed to execute: sh /core/bin/officeotron.sh /tmp/lu16851plw1cl.tmp > /tmp/lu16851plw1cn.tmp<br>
<br>
SdImportTest::<wbr>testDocumentLayout finished in: 46233ms<br>
SdImportTest::testSmoketest finished in: 200ms<br>
SdImportTest::testN759180 finished in: 237ms<br>
SdImportTest::testN778859 finished in: 253ms<br>
...<br>
SdImportTest::testTdf93868 finished in: 262ms<br>
SdImportTest::testTdf95932 finished in: 230ms<br>
SdImportTest::testTdf99030 finished in: 189ms<br>
SdImportTest::testTdf49561 finished in: 105ms<br>
bootstrapfixture.cxx:177:<wbr>Assertion<br>
Test name: SdImportTest::<wbr>testDocumentLayout<br>
equality assertion failed<br>
- Expected: 0<br>
- Actual  : 34304<br>
- failed to execute: sh /core/bin/officeotron.sh /tmp/lu16851plw1cl.tmp > /tmp/lu16851plw1cn.tmp<br>
<br>
Failures !!!<br>
Run: 46   Failure total: 1   Failures: 1   Errors: 0<br>
<br>
Error: a unit test failed, please do one of:<br>
make CppunitTest_sd_import_tests CPPUNITTRACE="gdb --args"<br>
    # for interactive debugging on Linux<br>
make CppunitTest_sd_import_tests VALGRIND=memcheck<br>
    # for memory checking<br>
make CppunitTest_sd_import_tests DEBUGCPPUNIT=TRUE<br>
    # for exception catching<br>
<br>
/core/solenv/gbuild/<wbr>CppunitTest.mk:101: recipe for target '/core/workdir/CppunitTest/sd_<wbr>import_tests.test' failed<br>
make[1]: *** [/core/workdir/CppunitTest/sd_<wbr>import_tests.test] Error 1<br>
Makefile:261: recipe for target 'build' failed<br>
make: *** [build] Error 2<br>
<br>
-----------------------<br>
<br>
<span>Vasily</span>,<br>
Is there anything else I can do to help you resolve this build failure?<br>
</div>
<br>
<i></i><a target="_blank" href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=0868f670374cdcf6c2610d91ff8702f59b2e0bd3"></a></div>
</div>
</div>

<br></blockquote><div><br></div><div>Can you run:<br><br>make CppunitTest_sw_ww8export CPPUNITTRACE="gdb --args"<br><br></div><div>type "run" into the gdb window and when it crashes produce a backtrace that you send with: "thread apply all bt"<br> </div><div><br></div><div>At least for the crash that should give an idea what is broken (under the assumption that you have at least symbols enabled in your build, one of --enable-symbols, --enable-debug or --enable-dbgutil in autogen.input).<br><br></div><div>Regards,<br></div><div>Markus <br></div></div><br></div></div>