<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - .doc / .docx generate Page Loop on opening"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135708#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - .doc / .docx generate Page Loop on opening"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135708">bug 135708</a>
              from <span class="vcard"><a class="email" href="mailto:ask.libreoffice@thenke.de" title="Timo Henke <ask.libreoffice@thenke.de>"> <span class="fn">Timo Henke</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>