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

--- Comment #34 from Mike Kaganski <mikekagan...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to