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

--- Comment #8 from Timo Henke <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to