Updates:
Status: Available
Cc: [email protected]
Comment #1 on issue 23244 by [email protected]: Data race in
third_party/libevent
http://code.google.com/p/chromium/issues/detail?id=23244
Looks like ProxyConfigServiceLinux::GConfSettingGetter::SetupNotification()
needs to
be called from the loop returned by GetNotificationLoop(), but that's not
happening in
ProxyConfigServiceLinux::Delegate::SetupAndFetchInitialConfig().
I wonder if some DCHECKs in the WatchFileDescriptor() and
StopWatchingFileDescriptor()
methods might be warranted, after this is fixed, to prevent it from
happening in the
future? (DCHECK(MessageLoop::current() == this) or something)
--
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
-~----------~----~----~----~------~----~------~--~---