On Sun, 2023-08-13 at 10:59 +0000, libreoffice@xxxxxxxxxxxxxxxxxxxxxxxx wrote: > However, I now get few slowcheck tests failures (in 7.6.0.3) which > are > crashing against libuno (I think). For example: > > [_RUN_____] testTdf152413::TestBody > Fatal exception: Signal 6 > Stack: > /builddir/build/BUILD/libreoffice- > 7.6.0.3/instdir/program/libuno_sal.so.3(+0x4fb78)[0xffffa341fb78] > /builddir/build/BUILD/libreoffice- > 7.6.0.3/instdir/program/libuno_sal.so.3(+0x4fd90)[0xffffa341fd90] > linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffa35497fc] > /lib64/libc.so.6(+0x8f038)[0xffffa2ebf038] > /lib64/libc.so.6(raise+0x20)[0xffffa2e75680] > /lib64/libc.so.6(abort+0xf4)[0xffffa2e60284] > /builddir/build/BUILD/libreoffice- > 7.6.0.3/instdir/program/libvcllo.so(_ZN3psp16PrintFontManager10Substi > tuteERN3vcl4font17FontSelectPatternERN3rtl8OUStringE+0xbc4)[0xffff9f7 > af5f4] The fedora build is done with --without-fonts IIRC so it doesn't build the copies of fonts that upstream bundles. And tests assert if a font that is used doesn't exist. It is likely that this is what is happening here, so need to find what font is missing and typically that font is available in fedora in which case add the font package the missing font is in to the BuildRequires of the .spec