Comment #5 on issue 8738 by [email protected]: null pointer read in  
proxy_service.cc
http://code.google.com/p/chromium/issues/detail?id=8738

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=12523

------------------------------------------------------------------------
r12523 | [email protected] | 2009-03-25 16:55:24 -0700 (Wed, 25 Mar  
2009) | 8 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/net/proxy/proxy_service_unittest.cc?r1=12523&r2=12522

Fix a race in proxy_service_unittest.cc that was causing flakiness on  
purify build-bot.

The issue is that the test helper "SyncProxyService" is deleting the  
underlying ProxyService from the main thread, it should instead be deleted  
from IO thread.

Deleting from the main thread allows for a small window where deletion of  
ProxyService can begin while ProxyService::ProcessRequestsQueue() is still  
executing.

BUG=8738
Review URL: http://codereview.chromium.org/42596
------------------------------------------------------------------------


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