Comment #10 on issue 27398 by timur...@chromium.org: Crashing badly in  
tiny_malloc_from_free_list, heap corruption suspected
http://code.google.com/p/chromium/issues/detail?id=27398

Have you tried ThreadSanitizer (valgrind tool for finding data races)?
http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer

These crashes may be caused by something like
http://code.google.com/p/chromium/issues/detail?id=18488

You should be specifically aware of reports  
containing "base::RefCounted<.*>::Release()".
Such reports almost always mean there is a data race on reference counter
which may cause calling "free()" twice which may make freelist insane.

Feel free to ping me if you need more info

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