There are a few bugs where LibreOffice hits the limit for Windows GDI handles. Let's collect them here, maybe the approach to fixing them can be shared to some extent. GDI handle usage can be checked with this tool: http://www.nirsoft.net/utils/gdi_handles.html As a partial workaround, GDI limit can be increased with the following registry setting: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724291(v=vs.85).aspx Hint is from: https://bugs.documentfoundation.org/show_bug.cgi?id=88070#c10
More resources: https://blogs.technet.microsoft.com/markrussinovich/2010/02/24/pushing-the-limits-of-windows-user-and-gdi-objects-part-1/ https://blogs.technet.microsoft.com/markrussinovich/2010/03/31/pushing-the-limits-of-windows-user-and-gdi-objects-part-2/
Only crashes associated with 10 000 GDI handles (e.g., indicated by the crash report's GDIHandles on Metadata page, see e.g. https://crashreport.libreoffice.org/stats/crash_details/a443cb17-5ff7-49f9-a153-6b638733fb78), or otherwise confirmed that are caused by GDI handle leaks, are eligible for this META. Please do not add just anything having keyword GDI.