[Libreoffice-bugs] [Bug 135708] .doc / .docx generate Page Loop on opening

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 14 07:08:45 UTC 2020


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

--- Comment #8 from Timo Henke <ask.libreoffice at thenke.de> ---
this bug is not about changing styles to make it loop but to prevent the loop /
death of application that runs forever and never quit with an error (except
OOM).

Using LibreOffice with this flaw can lead any service in headless mode to get
stuck while in a GUI driven environment you could possibly kill the task.

If i would use the libreoffice binary directly for each call i could trap it
with a timeout (bad idea) and send a kill to that pid. But it is running as a
service with

--headless --invisible --nocrashreport --nodefault --nologo
--nofirststartwizard --norestore
--accept=socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext

as soon as the service will process the attached file it is stuck and blocks
itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200814/26d447ea/attachment.htm>


More information about the Libreoffice-bugs mailing list