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

--- Comment #1 from Matthias <[email protected]> ---
the problem is caused by closing the socket file descriptors in one thread,
while another thread is still in accept(2) on the same socket and this is not
canceled in the OS; the same is true for pipes;

patches for FreeBSD to fix this issue are attached in 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205922

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to