<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 30, 2015 at 8:39 AM, Regina Henschel <span dir="ltr"><<a href="mailto:rb.henschel@t-online.de" target="_blank">rb.henschel@t-online.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">Hi David,<br>
<br>
David Tardon schrieb:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
So it is a segfault, not a unit test failure... Could you get a stack trace?<br>
</blockquote>
<br></span>
I think no. I have never done it. I would need a step-by-step description for dummies.<br><br></blockquote><div><br></div><div>Regina, you can debug in visual studio using the following command:<br><br>CPPUNITTRACE="\"C:/Program Files (x86)/Microsoft Visual Studio 12.0/Common7/IDE/devenv.exe\" /debugexe" /opt/lo/bin/make <test_name><br><br></div><div>You need to correct the path to devenv and find the test_name that is failing. You should find it near the end of the output. They all start with 'CppunitTest_'.<br><br></div><div>When you run the above command, it will run the failing unittest from within visual studio, which will break when it crashes. This will give you an opportunity to inspect the stack trace (from the stack debug window) and also see the code and line where it faults (if inside LO codebase).<br><br></div><div>Let me know if you need more help.<br></div></div></div></div>