Hi, On Tue, Apr 23, 2024 at 5:28 AM Kira Tubo <kira.tubo@xxxxxxxxx> wrote: > > Hello, > > My build seems to be failing in Gerrit: https://gerrit.libreoffice.org/c/core/+/166423/1..2 > > Errors suggest that there is a core file missing for ooxmlexport21 in Linux. I already rebased, but still see the error. Please advise. > > https://ci.libreoffice.org/job/gerrit_master_ml/16581/ No, you have to scroll up and look at the stack.. A crash happened in: #11 /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/program/libmergedlo.so(_ZNK12OutputDevice11ImplNewFontEv+0x106) [0x7f9c57e14ce6] #12 /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_gcc_release_64/instdir/program/libmergedlo.so(_ZNK12OutputDevice13GetFontMetricEv+0x34) [0x7f9c57e17034] Or if you look before stack dump you see: "terminating test due to missing font: Rockwell" - which is indeed the font used in the document. I think you have just taken the document from the bug document. I strongly recommend not to do this. You know what specifically is wrong, so the best is to reproduce the bug in a clean document and you will end up with a test document that is smaller, is focused to show precisely what the bug is without anything unneeded and will avoid issues like this. Also I recommend to name the bug with what is tested in addition to the bug number or put the bug number in the comments inside the test. > Thanks in advance! > > Regards, > Kira Regards, Tomaž