Comment #4 on issue 5668 by [email protected]:  
BrowserTest.JavascriptAlertActivatesTab is flakey
http://code.google.com/p/chromium/issues/detail?id=5668

I spent some time trying to figure out why this was failing. It seems  
easiest to
reproduce in single-process mode. When it failed I hit a NOTREACHED in

void AtExitManager::RegisterCallback(AtExitCallbackType func, void* param) {
   if (!g_top_manager) {
     NOTREACHED() << "Tried to RegisterCallback without an AtExitManager";

I didn't get this to occur in the debugger though, so that I don't have a  
trace.
Sorry.

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