[Webkit-unassigned] [Bug 134392] New: curl: Fix several deadlocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 05:06:38 PDT 2014


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

           Summary: curl: Fix several deadlocks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cand at gmx.com


Mutexes on posix platforms are not recursive, unlike on Windows. CurlDownload tried to re-lock a mutex in several places, causing deadlocks.

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