Comment #31 on issue 15577 by timurrrr: Crash -  
tcmalloc::ThreadCache::Allocate(unsigned int)
http://code.google.com/p/chromium/issues/detail?id=15577

I'm not sure if this is related,

There is a data race somewhere near:
http://code.google.com/p/chromium/issues/detail?id=18488
A data race on reference counter, this may cause a memory leak
(http://code.google.com/p/chromium/issues/detail?id=20805) or memory being  
deleted
too early (this bug?)

Please note that the class with a data race (HistoryAddPageArgs) is used in
HistoryBackend::AddPage() which calls HistoryBackend::AddPageVisit().
Also, it accesses some databases, including TextDatabase.

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