On 2015-06-09 09:58 AM, Stephan Bergmann wrote:
On Windows, with master as of last night, "make check" happened to run into a 
deadlock in soffice.bin as below.  The
main thread is trying to re-acquire the SolarMutex (after a SolarMutexReleaser) 
from within the event loop, while an
incoming URP thread (apparently holding the SolarMutex) does 
vcl::Window::dispose which, on Windows, blocks on sending a
message into the event loop.

Shouldn't something that blocks on sending a message into the event loop drop the SolarMutex while it waits for the reply, and then reacquire it afterwards?
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to