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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 12 10:28:30 PDT 2013


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





--- Comment #5 from peavo at outlook.com  2013-08-12 10:28:06 PST ---
(In reply to comment #2)
> (From update of attachment 208419 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=208419&action=review
> 
> r=me
> 

Thanks for reviewing, now I can download several files without crashing ;)

> > Source/WebCore/platform/network/curl/CurlDownload.cpp:133
> > +        if (addToCurl(m_pendingHandleList[0]))
> 
> I know you only moved this code, but glancing at it I am concerned by this loop. It seems like we could get stuck here if the 'addToCurl' keeps failing for the 0th entry in the pending handle list. Could you look over addToCurl at some point and see if this might be an issue?

Good point, will have a look.

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