[Libreoffice-bugs] [Bug 38915] Multiple soffice.bin soffice.exe

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jul 15 09:51:41 UTC 2017


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

--- Comment #34 from Mike Kaganski <mikekaganski at hotmail.com> ---
My suspicion is that application keeps waiting for a message to arrive in its
windows message loop. Specifically, in GetMessageW() inside ImplSalYield() (see
http://opengrok.libreoffice.org/xref/core/vcl/win/app/salinst.cxx#585).

A patch is in gerrit: https://gerrit.libreoffice.org/39996

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
(http://stefanstools.sourceforge.net/SendMessage.html). 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.

-- 
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/20170715/ff074c14/attachment.html>


More information about the Libreoffice-bugs mailing list