Updates:
Owner: [email protected]
Comment #1 on issue 6286 by [email protected]:
ObserverListThreadSafeTest.CrossThreadObserver sometimes hangs in Purify
http://code.google.com/p/chromium/issues/detail?id=6286
After looking a bit more, it looks like this is related to the fact that
InitLogging
isn't called by the base unit tests and this appears to be the first test
that hits
logging in base (!), and it does it with many threads at once, something
that Logging
doesn't like. I have a pending CL for this fix.
I also recently saw a couple of crashers in this same area, but that looks
to be
caused by another issue (potentially use of CreateThread vs. _beginthread),
so I'll
file it separately.
--
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
-~----------~----~----~----~------~----~------~--~---