[Webkit-unassigned] [Bug 98157] New: [soup] Timeout support crashes if request already sent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 2 07:31:04 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98157
Summary: [soup] Timeout support crashes if request already sent
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dominik.rottsches at intel.com
Blocks: 74802
After writing more tests in bug 74802 I found an issue with cleanup for timeouts in ResourceHandleSoup.
If a request was already sent out, then the timeout timer expires we start clearing the ResourceHandle - which leads to a RefPtr !m_deletionHasBegun failure when the sendRequestCallback is called. As a solution, I propose to reuse the d->m_cancelled flag for that purpose, and only destroy the handle when one of the progress callbacks is called - as before.
--
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