Updates:
        Owner: ---

Comment #7 on issue 9499 by [email protected]: Leak in  
WebCore::getNamedItems in LayoutTests/http/tests/misc/acid3.html
http://code.google.com/p/chromium/issues/detail?id=9499

To repeat, run

while true; do
   sh tools/valgrind/valgrind_webkit_tests.sh  
LayoutTests/http/tests/misc/acid3.html > log
   grep "are definitely" log && break
done

It took 15 runs before it happened, but on average, happens one in four  
runs.

Valgrind complains

88 (24 direct, 64 indirect) bytes in 1 blocks are definitely lost in loss  
record 888 of 1,438
    at operator new(unsigned int) (vg_replace_malloc.c:212)
    by WebCore::getNamedItems(WebCore::HTMLCollection*,  
WebCore::AtomicString)
(V8HTMLCollectionCustom.cpp:52)
    by  
WebCore::V8Custom::v8HTMLCollectionNamedPropertyGetter(v8::Local<v8::String>,
v8::AccessorInfo const&) (V8HTMLCollectionCustom.cpp:88)
    by  
v8::internal::JSObject::GetPropertyWithInterceptorProper(v8::internal::JSObject*,
v8::internal::String*, PropertyAttributes*) (objects.cc:5861)
    by  
v8::internal::JSObject::GetPropertyWithInterceptor(v8::internal::JSObject*,  
v8::internal::String*,
PropertyAttributes*) (objects.cc:5935)
    by v8::internal::Object::GetProperty(v8::internal::Object*,  
v8::internal::LookupResult*,
v8::internal::String*, PropertyAttributes*) (objects.cc:557)
    by v8::internal::LoadIC::Load(v8::internal::InlineCacheState,
v8::internal::Handle<v8::internal::Object>,  
v8::internal::Handle<v8::internal::String>) (ic.cc:609)


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