On Thu, 2024-12-19 at 20:23 -0500, Patrick Luby wrote: > I took a look at the console log for the last ARM build and the > “saxparser" internal build tool is throwing an uncaught exception: > > https://ci.libreoffice.org/job/lo_daily_tb_mac_arm64/ I wonder if that's the first use of uno during the build, so maybe pointing at a potential problem in: bridges/source/cpp_uno/gcc3_linux_aarch64 A stab-in-the-dark might be to edit bridges/Library_cpp_uno.mk and see if turning bridge_exception_objects to bridge_noopt_objects makes any kind of difference.