Comment #12 on issue 15331 by [email protected]: MessageLoop crash  
flaky crash in ThreadTest.StopSoon
http://code.google.com/p/chromium/issues/detail?id=15331

Yes. I made the crash reproduce reliably on Linux by adding the Sleep below  
in the old
thread.cc.

// StopSoon may have already been called.
if (message_loop_) {
   PlatformThread::Sleep(500);  // Add this Sleep.
   message_loop_->PostTask(FROM_HERE, new ThreadQuitTask());
}

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