[Webkit-unassigned] [Bug 17178] New: [curl] when using winsock, downloadTimerCallback bails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 14:44:30 PST 2008


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

           Summary: [curl] when using winsock, downloadTimerCallback bails
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: Curl, Wx
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kevino at theolliviers.com


When building/running CURL with MSVC/winsock, we're seeing curl_multi_fdset
return -1 for maxfd (which means there are no valid file descriptors), and this
leads to an error when select() is called. That causes the download to bail
out, meaning we can't even load pages. If we do not call select() in this case,
all downloads start and complete successfully. 

Having this fixed is pretty critical for the wx port on Windows. Attached is a
fix for the problem.


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