Comment #5 on issue 27989 by erik.corry: Valgrind leaks detected in V8 http://code.google.com/p/chromium/issues/detail?id=27989
It looks like this is happening in the JS worker process. The issue here may be that V8 will waste one block of handles for each thread that has ever run V8. Are there several threads running V8 in a worker process? If there are then I think that's the issue here, and I would categorize it as harmless and suppressable. -- 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
