[Webkit-unassigned] [Bug 190373] ASSERTION FAILED: m_cachesLocks.contains(sessionID) in WebKit::CacheStorageEngineConnection::dereference(PAL::SessionID, unsigned long long)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 19:28:18 PDT 2018


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

--- Comment #5 from youenn fablet <youennf at gmail.com> ---
This might assert if network process is crashing but web process has a DOMCache.
In that case, when navigating away, DOMCache will dereference, network process will create a new CacheStorageEngineConnection and will crash.

We should probably dereference when DOM cache is stopped, which would help there not hitting this case.
But probably we should also remove this assert.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181009/e60c5b24/attachment-0001.html>


More information about the webkit-unassigned mailing list