Issue 3895: Chrome: Crash Report - Stack Signature: ChromeViews::FocusManager::OnNCDestroy(HWND__ *)-A44500 http://code.google.com/p/chromium/issues/detail?id=3895
Comment #2 by [EMAIL PROTECTED]: From the crash dump and some investigation this is most likely due to WM_NCDESTROY being sent for already destroyed window. Although odd, it can happen if DestroyWindow is called from WM_NCDESTROY. Raymond san describes it here: http://blogs.msdn.com/oldnewthing/archive/2005/07/27/443824.aspx This may happen if a child view based on HWND is being destroyed in the context of destruction sequence of its parent. We may end up calling DestroyWindow during the handling of OnFinalMessage Issue attribute updates: Cc: [EMAIL PROTECTED] [EMAIL PROTECTED] -- 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 -~----------~----~----~----~------~----~------~--~---
