[Webkit-unassigned] [Bug 115880] [GTK] Connection issues in repeated WebProcess crash/reloads.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 28 09:27:51 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=115880
--- Comment #8 from Martin Robinson <mrobinson at webkit.org> 2013-05-28 09:26:21 PST ---
(From update of attachment 203037)
View in context: https://bugs.webkit.org/attachment.cgi?id=203037&action=review
Looks good to me. This just need an owner to sign off on it.
> Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp:140
> + // In GTK+ platform the socket is closed by the work queue.
> +#if !PLATFORM(GTK)
> if (m_socketDescriptor != -1)
> while (close(m_socketDescriptor) == -1 && errno == EINTR) { }
> +#endif
Ideally everyone would close the socket in the same way. I think we should put a TODO here for other ports and open bugs.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list