<br><br><div class="gmail_quote">On Sun, May 8, 2011 at 6:10 AM, Christian Lohmaier <span dir="ltr">&lt;<a href="mailto:lohmaier%2Blibreoffice@googlemail.com">lohmaier+libreoffice@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi *,<br>
<br>
On Tue, Apr 26, 2011 at 11:15 PM, Christian Lohmaier<br>
&lt;<a href="mailto:lohmaier%2Blibreoffice@googlemail.com">lohmaier+libreoffice@googlemail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; does anyone have an idea on what goes wrong here?<br>
&gt; [...]<br>
&gt; Assertion<br>
&gt; Test name: (anonymous namespace)::LotusWordProTest::test<br>
&gt; assertion failed<br>
&gt; - Expression: bRes == bExpected<br>
&gt; - file:///Users/buildslave/compile/libreoffice/clone/filters/lotuswordpro/qa/cp<br>
&gt; punit/data/pass/A14.lwp<br>
&gt; [...]<br>
<br>
Turns out that the cppunit test is right in that the filter cannot<br>
load the document.<br>
When disabling (skipping) the cppunit test in the makefile, the build<br>
can continue.<br>
<br>
When trying to open the A14.lwp file (or any other lwp file in the<br>
data-directory), it fails with the nontelling<br>
<br>
&quot;General Error<br>
General input/output error&quot;<br>
<br>
message . and despite having lotuswordpro compiled with debug=true<br>
nothing is printed to the terminal.<br>
<br>
Does it work on linux/PPC - AKA could it be an endianess issue like<br>
Norbert guessed on IRC?<br>
<br>
ciao<br>
Christian<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div><br>Well you can attach the debugger for the test with <br><br>export GDBCPPUNITTRACE=&quot;gdb --args&quot; and then get a backtrace of the issue<br>