Date: prev next · Thread: first prev next last
2016 Archives by date, by thread · List index


On Sat, Nov 5, 2016 at 4:20 AM, Norbert Thiebaud <nthiebaud@gmail.com> wrote:
All the slave bot were hung this morning....
it turned out that the assert aforementionned was triggering
and somehow pop-in up a dialog... there was dozen of these stack per box
the 'mechanism' to cancel hung build was not able to clean these up so
they stock-piled... messing up further attempt to build.


Looks like we need somthing like

_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG|_CRTDBG_MODE_FILE);
_CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);

which cppuunittester already do, but also for other tests.
iow probably builtin libreoffice when doing automated-ci build

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.