Comment #1 on issue 4714 by [EMAIL PROTECTED]: Browser crashes in FocusManager::OnNCDestroy in 154.23 http://code.google.com/p/chromium/issues/detail?id=4714
After investigating, it seems we are crashing accessing the root_ member variable of the FocusManager. The pointer to the FocusManager seems OK, so I am assuming the object has been deleted already. We spent some time with Ananta looking at this and can't think of a case where that could possibly happen. The FocusManager gets deleted when the root window gets a WM_NCDESTROY. Before it deletes itself, it unsets the property on the window used to retrieve it. So once it is deleted, no code should be able to access the focus manager. -- 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 -~----------~----~----~----~------~----~------~--~---