Updates:
        Cc: [email protected] [email protected] [email protected]

Comment #2 on issue 23284 by [email protected]: Crash - (anonymous  
namespace)::IOThread::CleanUp()
http://code.google.com/p/chromium/issues/detail?id=23284

The stack is a little deceptive.  This line:
   [../base/leak_tracker.h:104] - (anonymous namespace)::IOThread::CleanUp()
Is probably
    IOThread::CleanUp() in chrome/browser/browser_process_impl.cc.
The leak_tracker.h reference is probably caused by these calls in that  
function:
     base::LeakTracker<URLFetcher>::CheckForLeaks();
     base::LeakTracker<URLRequest>::CheckForLeaks();
This looks like a generic crash on shutdown that I've heard plagues us from  
time to time.
+cc eroman since I remember discussing this kind of problem with him a few  
months ago; he may have ideas.

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