<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Multiple soffice.bin soffice.exe"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38915#c34">Comment # 34</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Multiple soffice.bin soffice.exe"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38915">bug 38915</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>My suspicion is that application keeps waiting for a message to arrive in its
windows message loop. Specifically, in GetMessageW() inside ImplSalYield() (see
<a href="http://opengrok.libreoffice.org/xref/core/vcl/win/app/salinst.cxx#585">http://opengrok.libreoffice.org/xref/core/vcl/win/app/salinst.cxx#585</a>).

A patch is in gerrit: <a href="https://gerrit.libreoffice.org/39996">https://gerrit.libreoffice.org/39996</a>

To check if this is true, one may try sending any message to any window (they
are hidden at that moment) of the hung process, using something like
StefanTools' SendMessage
(<a href="http://stefanstools.sourceforge.net/SendMessage.html">http://stefanstools.sourceforge.net/SendMessage.html</a>). If I'm right, then this
should make the process close normally. However, I'm not sure that fixing this
specific point is total solution, because there might be other waiting points
in the code.</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>