[Webkit-unassigned] [Bug 16071] Curl backend handles EINTR incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 21 07:19:16 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=16071
------- Comment #7 from dobey at wayofthemonkey.com 2007-11-21 07:19 PDT -------
(In reply to comment #6)
> Can you try with no modifications except wrapping the select() with this guard?
>
> setDeferringTimers(true);
> rc = ::select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
> setDeferringTimers(false);
>
> Tell me how it goes.
This seems to also work sufficiently.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list