I do not think by backtrace for: http://nabble.documentfoundation.org/export-validation-in-tests-by-default-causing-32-bit-Ubuntu-to-crash-tp4192925p4193137.html was useful, so I tried track down the cause of this regression by doing a build before https://cgit.freedesktop.org/libreoffice/core/commit/?id=0868f670374cdcf6c2610d91ff8702f59b2e0bd3 With --enable-ext-validator --with-export-validation --enable-symbols And I get the following Error: cd /core/external/tarballs/tmp && bash -c 'wget --progress=dot:mega -4 -Q 0 -P "." -l 0 -nd -nH -N --no-use-server-timestamps http://dev-www.libreoffice.org/extern/a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar 2>&1 | tee -a /core/external/tarballs/fetch.log && [ $PIPESTATUS -eq 0 ]' && SUM=`md5sum a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar | sed "s/ .*//"` && if test "$SUM" != "a1adc7a47ed126ed029893c23c8bdd43"; then echo ERROR: expected checksum for a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar is a1adc7a47ed126ed029893c23c8bdd43 2>&1 | tee -a /core/external/tarballs/fetch.log; false; fi && mv a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar ../ --2016-09-10 15:50:38-- http://dev-www.libreoffice.org/extern/a1adc7a47ed126ed029893c23c8bdd43-officeotron-0.7.4-master.jar Resolving dev-www.libreoffice.org (dev-www.libreoffice.org)... 195.135.221.70 Connecting to dev-www.libreoffice.org (dev-www.libreoffice.org)|195.135.221.70|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-09-10 15:50:39 ERROR 404: Not Found. /core/Makefile.fetch:103: recipe for target '/core/workdir/download' failed make: *** [/core/workdir/download] Error 1 Downloads after 0868f670374cdcf6c2610d91ff8702f59b2e0bd3 work Downloads before 5dd8fdae4ad005481068852925aa5e4191c3a6bc fail Is there any point in trying to further bisect this regression or should we focus on getting a good backtrace?