core dumped while bulding on illumos XStreamOS
Michael Stahl
mstahl at redhat.com
Mon Feb 16 02:52:48 PST 2015
On 15.02.2015 00:16, Gabriele Bulfon wrote:
> This one looks harder.....still building on illumos...core dumped?!
>
>
> terminate called after throwing an instance of
> 'com::sun::star::uno::RuntimeException'
> make[2]: ***
> [/sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/workdir/CustomTarget/testtools/uno_test.done]
> Abort (core dumped)
you need to run the command in a debugger and see where the
uno::RuntimeException is thrown;
you can use the BUILDTOOLTRACE variable for that.
for example the following runs the command from
testtools/CustomTarget_uno_test.mk in gdb:
make testtools VERBOSE=t PARALLELISM=1 BUILDTOOLTRACE="gdb --args"
More information about the LibreOffice
mailing list