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" _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice