[Webkit-unassigned] [Bug 168699] [GTK] Hangs when showing Google search results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 22 09:00:43 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=168699

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
For som reason the thread we use to send/receive IPC messages is blocked sending a message, because sendmsg returned EAGAIN or EWOULDBLOCK and the poll never returns. That's why the UI process doesn't reply to the sync message from the web process. I don't know why poll never returns, but we should probably pass a timeout.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170222/af7f4db5/attachment.html>


More information about the webkit-unassigned mailing list