Comment #3 on issue 8712 by [email protected]: Linux crash on wrench ->  
exit
http://code.google.com/p/chromium/issues/detail?id=8712

I think I confirmed that Windows behaves similarly, but for a different  
reason.

void WidgetWin::Close() {
  [ ... ]
     // And we delay the close so that if we are called from an ATL callback,
     // we don't destroy the window before the callback returned (as the  
caller
     // may delete ourselves on destroy and the ATL callback would still
     // dereference us when the callback returns).
     MessageLoop::current()->PostTask(FROM_HERE,
         close_widget_factory_.NewRunnableMethod(
             &WidgetWin::CloseNow));



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