[Webkit-unassigned] [Bug 152480] ASSERT(m_downloads.isEmpty()) fails in DownloadProxyMap::~DownloadProxyMap()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 21 10:24:04 PST 2015


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

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
As can be implied from examining _WKDownload.CrashAfterDownloadDidFinishWhenDownloadProxyHoldsTheLastRefOnWebProcessPool or downloadTest() (invoked by tests ContentFiltering.{Allow, Block}DownloadAfterWillSendRequest) the DownloadProxy object associated with the started download holds the last ref to the WebProcessPool that created it. The driver code in these tests released the reference to the WebProcessPool object they held when the WKWebView they created was destroyed and when the WKProcessPool object (returned by -[WKWebViewConfiguration processPool]) was destroyed when the autorelease pool was drained.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151221/64ccfa23/attachment.html>


More information about the webkit-unassigned mailing list