[Webkit-unassigned] [Bug 119620] New: [Curl] Crash when starting second download.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 9 05:10:53 PDT 2013


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

           Summary: [Curl] Crash when starting second download.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


When I start a second download, I sometimes get a crash in Curl.
This happens because the Curl easy handle is deleted and removed from the Curl multi handle twice.
The first delete happens when the download thread has finished downloading,
and the second happens when the WebDownload object is deleted, and calls the cancel method.
The Curl handle is then put in a delete queue, which is processed by the download thread the next time it starts.
This is the reason the crash happens when the second download is started.

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