On 01/04/2017 09:46 PM, Tomáš Chvátal wrote: > Hello all, > > These tests fail for me bit weirdly because I can't make heads or tails > from what is happening thus any help appreciated: > > [ 8317s] make[1]: *** [/home/abuild/rpmbuild/BUILD/libreoffice- > 5.3.0.0.beta2/solenv/gbuild/CppunitTest.mk:101: > /home/abuild/rpmbuild/BUILD/libreoffice- > 5.3.0.0.beta2/workdir/CppunitTest/services.test] Error 1 > > *snip lot of no obvious way...* > [ 8317s] no obvious way to instantiate implementation > "com.sun.star.svtools.RemoteFilePicker" > [ 8317s] unknown:0:(anonymous namespace)::Test::test > [ 8317s] uncaught exception of type std::bad_alloc > [ 8317s] - std::bad_alloc > [ 8317s] > [ 8317s] (anonymous namespace)::Test::test finished in: 7520ms > [ 8317s] ##Failure Location unknown## : Error > [ 8317s] Test name: (anonymous namespace)::Test::test[ 8291.272351] > serial8250: too much work for irq4 > [ 8317s] > [ 8317s] uncaught exception of type std::bad_alloc > [ 8317s] - std::bad_alloc > > For the full logs with gdb please see attachment.
> Thread 1 "cppunittester" received signal SIGSEGV, Segmentation fault. > 0x00007fffb36a62b4 in ?? () > #0 0x00007fffb36a62b4 in () > #1 0x0000000000000246 in () > #2 0x00007fffb36a6160 in () > #3 0x00007fffffff1710 in () > #4 0x00007fffffff16b0 in () > #5 0x00007fffc365360d in VM_Version::get_processor_features() () at > /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/lib/amd64/server/libjvm.so that's the usual JVM start-up segfault and perfectly normal. you need to run it until the bad_alloc is thrown. _______________________________________________ LibreOffice mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice
