[Webkit-unassigned] [Bug 23736] WebKit Crashes on http://g-conquest.fr/~server2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 4 14:14:49 PST 2009


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





------- Comment #7 from eric at webkit.org  2009-03-04 14:14 PDT -------
Documents own their DocLoaders, which would suggest that when we hit this code
the DocLoader is also destroyed.

Loader::cancelRequests(DocLoader*) should have already taken care of removing
this request from the RequestMap though...

Loader::cancelRequests is called by:
    if (Document* doc = m_frame->document()) {
        if (DocLoader* docLoader = doc->docLoader())
            cache()->loader()->cancelRequests(docLoader);

>From within void FrameLoader::stopLoading(bool sendUnload)

It's a little odd that you can delete a document and not necessarily have
stopped all the requests by it... investigating.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list