Comment #2 on issue 16354 by [email protected]: Crash -  
BrowserView::GetContentsView()
http://code.google.com/p/chromium/issues/detail?id=16354

I am not sure what is causing the crasher.
The disassembly indicates that BrowserView::GetContentsView() when it is  
clearly not the case.
I was thinking some memory trashing messing up the vtable.

This code is triggered when a page is closed because the user is navigating  
away from it, and the unload JS
handler hangs. At some point a timer is fired, causing this stacktace.
I was assuming somehow the RenderViewHostManager might have been deleted by  
the time the timer fires. But I
don't think it is possible, as the RenderViewHostManager destructor  
destroys the RenderViewHosts and the time
is a member of them.
So ~RenderViewHostManager -> ~RenderViewHost -> timer destroyed/



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