Updates:
        Cc: [EMAIL PROTECTED] [EMAIL PROTECTED]

Comment #4 on issue 4582 by [EMAIL PROTECTED]: Chrome: Crash Report -  
Stack Signature: WebCore::ScrollView::contentsToWindow(WebCore::IntPoint  
const &)-E7FC9B
http://code.google.com/p/chromium/issues/detail?id=4582

It looks like there is a nested message loop on the stack (note:  
SyncChannel::Send is
dispatching a task).  I suspect that may result in some WebKit code being  
re-entered
that didn't expect to be re-entered.  This may not be the fault of the a11y  
code as
other tasks may also lead to badness in this nested scenario.

However, we might decide that we need to just bulletproof the a11y code to  
handle
this situation.  Probably it is crashing because it is messing with the old  
FrameView
that is being torn down inside the WebCore::Frame::setView call.

-- 
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 chromium-bugs@googlegroups.com
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