Status: Untriaged
Owner: ----
Labels: Type-Bug Pri-2 OS-Linux Area-WebKit Size-Medium Valgrind

New issue 16579 by [email protected]: WebCore::QualifiedName leak in  
WebCore::HTMLNames::init()
http://code.google.com/p/chromium/issues/detail?id=16579

In one run out of 16, I saw valgrind complain during
AutomatedUITestBase.CloseBrowserWindow:

20 bytes in 1 blocks are definitely lost in loss record 76 of 282
    at operator new(unsigned int) (vg_replace_malloc.c:212)
    by
std::pair<WTF::HashTableIterator<WebCore::QualifiedName::QualifiedNameImpl*, 
...)
(QualifiedName.h:41)
    by
std::pair<WTF::HashTableIteratorAdapter<WTF::HashTable<WebCore::QualifiedName::QualifiedNameImpl*,
...) (HashSet.h:216)
    by WebCore::QualifiedName::QualifiedName(WebCore::AtomicString const&,
WebCore::AtomicString const&, WebCore::AtomicString const&)
(QualifiedName.cpp:59)
    by WebCore::HTMLNames::init() (HTMLNames.cpp:1347)

Likewise, in one run out of 16, I saw a very similar error in
UnloadTest.CrossSiteInfiniteBeforeUnloadAsync
which differed only in the line of HTMLNames.cpp:
    by WebCore::HTMLNames::init() (HTMLNames.cpp:962)


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