[Webkit-unassigned] [Bug 16071] Curl backend handles EINTR incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 16:57:49 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16071





------- Comment #6 from alp at atoker.com  2007-11-20 16:57 PDT -------
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.


-- 
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