https://bugs.documentfoundation.org/show_bug.cgi?id=98163

--- Comment #2 from Armin Le Grand (CIB) <[email protected]> ---
Took a look. The document is made of too many CustomShapes which allocate too
many SdrOutliners which create too many VirtualDevices. This is probably double
to bug 93994. The solution there was to flush UNO API implementations of
SdrObjCustomShape at end of page load (SdXMLDrawPageContext::EndElement()).
This does not work here since it's a single page.
What will/should work is a win 64bit version of LO. I will take a 2nd look why
all these SdrOutliners are created - there must be a better way, it's blocking
ressources massively. CustomShapes are and will be used in huge amounts in the
future, it cannot be that one per CustomShape gets created, plus one
VirtualDevice.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to