<div dir="ltr">Hi, When I try the 'bt' command as suggested by Micheal, the following is the output:<div><br></div><div><br></div><div> make CppunitTest_svgio CPPUNITTRACE="gdb --args"<br></div><div><br></div><div>*******************************************************************</div><div><div>make -j 4 -rs -f /mnt/D-Drive/LibreOffice/libreoffice/Makefile.gbuild CppunitTest_svgio</div><div>[CUT] svgio</div><div>GNU gdb (GDB) 7.10.1</div><div>Copyright (C) 2015 Free Software Foundation, Inc.</div><div>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>></div><div>This is free software: you are free to change and redistribute it.</div><div>There is NO WARRANTY, to the extent permitted by law.  Type "show copying"</div><div>and "show warranty" for details.</div><div>This GDB was configured as "x86_64-unknown-linux-gnu".</div><div>Type "show configuration" for configuration details.</div><div>For bug reporting instructions, please see:</div><div><<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>.</div><div>Find the GDB manual and other documentation resources online at:</div><div><<a href="http://www.gnu.org/software/gdb/documentation/">http://www.gnu.org/software/gdb/documentation/</a>>.</div><div>For help, type "help".</div><div>Type "apropos word" to search for commands related to "word"...</div><div>Reading symbols from /mnt/D-Drive/LibreOffice/libreoffice/workdir/LinkTarget/Executable/cppunittester...(no debugging symbols found)...done.</div><div>(gdb) bt</div><div>No stack.</div></div><div>***********************************************************************</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 5:09 PM, Pranav Ganorkar <span dir="ltr"><<a href="mailto:pranavg189@gmail.com" target="_blank">pranavg189@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Thorsten , When I build on Windows 64-bit using Cygwin, I get the following error:<div><br></div><div>*************************************************************************</div><div><div>[build CUT] sc_subsequent_export_test</div><div>[build CUT] sc_bugfix_test</div><div>[build CUT] sc_html_export_test</div><div>C:/sources/libreoffice/test/source/xmltesttools.cxx:70:SdExportTest::testBnc822341</div><div>equality assertion failed</div><div>- Expected: 1</div><div>- Actual  : 0</div><div>- In <file:///D:/LibreOffice/.babun/cygwin/tmp/lu4928fl5t.tmp>, XPath '/ContentType:Types/ContentType:Override[@ContentType='application/vnd.openxmlformats-officedocument.wordprocessingml.document']' number of nodes is incorrect</div><div><br></div><div>C:/sources/libreoffice/test/source/xmltesttools.cxx(70) : error : Assertion</div><div>Test name: SdExportTest::testBnc822341</div><div>equality assertion failed</div><div>- Expected: 1</div><div>- Actual  : 0</div><div>- In <file:///D:/LibreOffice/.babun/cygwin/tmp/lu4928fl5t.tmp>, XPath '/ContentType:Types/ContentType:Override[@ContentType='application/vnd.openxmlformats-officedocument.wordprocessingml.document']' number of nodes is incorrect</div><div><br></div><div>Failures !!!</div><div>Run: 47   Failure total: 1   Failures: 1   Errors: 0</div><span class=""><div><br></div><div>Error: a unit test failed, please do one of:</div></span><div>make CppunitTest_sd_export_tests CPPUNITTRACE=TRUE # which is a shortcut for the following line</div><div>make CppunitTest_sd_export_tests CPPUNITTRACE="'C:/PROGRA~2/MICROS~1.0/VC//../Common7/IDE/devenv.exe' /debugexe" # for interactive debugging in Visual Studio</div><div>make CppunitTest_sd_export_tests CPPUNITTRACE="drmemory -free_max_frames 20" # for memory checking (install Dr.Memory first, and put it to your PATH)</div><div><br></div><div>C:/sources/libreoffice/solenv/gbuild/CppunitTest.mk:90: recipe for target 'C:/sources/libreoffice/workdir/CppunitTest/sd_export_tests.test' failed</div><div>make[1]: *** [C:/sources/libreoffice/workdir/CppunitTest/sd_export_tests.test] Error 1</div><span class=""><div>make[1]: *** Waiting for unfinished jobs....</div></span><div>Makefile:249: recipe for target 'build' failed</div><span class=""><div>make: *** [build] Error 2</div></span></div><div>***************************************************************************************</div><div><br></div><div>Here also it seems that the unit tests are failing...is there some way i can disable these tests as I can see that the other modules are building very much fine on both linux and windows...</div><div><br></div><div>Regards,</div><div>Pranav</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 4:41 PM, Pranav Ganorkar <span dir="ltr"><<a href="mailto:pranavg189@gmail.com" target="_blank">pranavg189@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Thorsten, <div><br></div><div>I currently have the source code on NTFS drive of windows as you have already pointed out. I built with the default switches and the latest changes merged from upstream. I think I should try building it on my linux home partition.<div><br></div><div>Regards,</div></div><div>Pranav</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 2:07 AM, Thorsten Behrens <span dir="ltr"><<a href="mailto:thb@documentfoundation.org" target="_blank">thb@documentfoundation.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Pranav,<br>
<span><br>
you write:<br>
> No core file identified in directory<br>
> /mnt/D-Drive/LibreOffice/libreoffice/workdir/CppunitTest/svgio.test.core<br>
> To show backtraces for crashes during test execution,<br>
> enable core files with:<br>
><br>
>    ulimit -c unlimited<br>
><br>
> [CUT] vcl_timer<br>
><br>
> Error: a unit test failed, please do one of:<br>
> make CppunitTest_svgio CPPUNITTRACE="gdb --args"<br>
>     # for interactive debugging on Linux<br>
> make CppunitTest_svgio VALGRIND=memcheck<br>
>     # for memory checking<br>
> make CppunitTest_svgio DEBUGCPPUNIT=TRUE<br>
>     # for exception catching<br>
><br>
</span>Did you try one of the above suggestions? There are usually three<br>
reasons a unit test would fail:<br>
<br>
* something is truly broken on master (compare with red tinderboxes on<br>
  <a href="http://tinderbox.libreoffice.org/MASTER/status.html" rel="noreferrer" target="_blank">http://tinderbox.libreoffice.org/MASTER/status.html</a>)<br>
* you have a buggy setup (noticing D-Drive in your path above,<br>
  building on a vfat partition from linux is generally not working)<br>
* you are building on a system, or a particular configure switch<br>
  combination, that is not yet supported & will need manual fixing<br>
<br>
Your question does not provide enough context to guess which of the<br>
cases you're hitting.<br>
<br>
HTH,<br>
<br>
-- Thorsten<br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>