Comment #5 on issue 9944 by da...@chromium.org: Crash -  
WebCore::FrameLoader::activeDocumentLoader()
http://code.google.com/p/chromium/issues/detail?id=9944

DocumentLoader::removeSubresourceLoader calls uploadLoading, which does the  
following:

   setLoading(frameLoader()->isLoading());

Given that we are crashing due to a dereference of 0x00000008, it looks  
like frameLoader() must
be returning 0.  That is the offset of FrameLoader::m_state, which is the  
first member variable
of FrameLoader to be dereferenced by the isLoading call (it is dereferenced  
in activeDocumentLoader).

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to