[Webkit-unassigned] [Bug 22043] ASSERTION FAILED: this == frameLoader()->activeDocumentLoader() (../../WebCore/loader/DocumentLoader.cpp:402 void WebCore::DocumentLoader::updateLoading())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 2 15:00:24 PST 2008


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


zecke at selfish.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24855|                            |review?
               Flag|                            |




------- Comment #1 from zecke at selfish.org  2008-11-02 15:00 PDT -------
Created an attachment (id=24855)
 --> (https://bugs.webkit.org/attachment.cgi?id=24855&action=view)
Do not run into an assert

Proposed patch to not run into the assert. From what I can see is that the CURL
backend is not really guilty. FrameLoader is currently using a RefPtr to keep
the DocumentLoader alive, so the other ports might have a similar invocation
pattern.

The question is if the call to dl->setPrimaryLoadComplete(true) can be omitted
or not.


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