Issue 4541: Crash in SubresourceLoader::didFinishLoading
http://code.google.com/p/chromium/issues/detail?id=4541

New issue report by [EMAIL PROTECTED]:
On trunk, I frequently see a renderer crash. It happens about 50% of the
time I click to go to the comments from the slashdot main page. Then it
won't happen for periods of time, it may be related to an ad.

Unhandled exception at 0x022c9f43 (chrome.dll) in chrome.exe: 0xC0000005:
Access violation reading location 0xfeeeff02. The code is:
     if (m_client)
         m_client->didFinishLoading(this);

m_client is 0xfeeefeee, which means that the Subresource loader has been
deleted.


Stack:

WebCore::SubresourceLoader::didFinishLoading()  Line 194 + 0x1c bytes

WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle *
__formal=0x067b52a8)  Line 398 + 0x13 bytes

WebCore::ResourceHandleInternal::OnCompletedRequest(const URLRequestStatus
& status={...})  Line 625 + 0x1e bytes

ResourceDispatcher::OnRequestComplete(int request_id=72, const
URLRequestStatus & status={...})  Line 416 + 0x13 bytes

DispatchToMethod<ResourceDispatcher,void (__thiscall
ResourceDispatcher::*)(int,URLRequestStatus const
&),int,URLRequestStatus>(ResourceDispatcher * obj=0x06488150, void (int,
const URLRequestStatus &)* method=0x01149210, const
Tuple2<int,URLRequestStatus> & arg={...})  Line 398 + 0x15 bytes

IPC::MessageWithTuple<Tuple2<int,URLRequestStatus>
>::Dispatch<ResourceDispatcher,void (__thiscall
ResourceDispatcher::*)(int,URLRequestStatus const &)>(const IPC::Message *
msg=0x079baa68, ResourceDispatcher * obj=0x06488150, void (int, const
URLRequestStatus &)* func=0x01149210)  Line 995 + 0x11 bytes

ResourceDispatcher::DispatchMessageW(const IPC::Message & message={...})
Line 463 + 0x12 bytes

ResourceDispatcher::OnMessageReceived(const IPC::Message & message={...})
Line 277

RenderView::OnMessageReceived(const IPC::Message & message={...})  Line 313
+ 0x19 bytes



Issue attributes:
        Status: Assigned
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-1 OS-All Area-Misc

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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to