Status: Untriaged
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-Linux Area-BrowserBackend Size-Medium

New issue 16093 by [email protected]: Memory leak in getaddrinfo in  
net::HostResolver
http://code.google.com/p/chromium/issues/detail?id=16093

Very common in ui tests.
To repeat, do something like
   sh tools/valgrind/chrome_tests.sh -t ui --gtest_filter=OmniboxTest.Measure
Valgrind complains

28 bytes in 1 blocks are definitely lost in loss record 440 of 1,324
    at malloc (vg_replace_malloc.c:193)
    by ???
    ...
    by gethostbyname2_r@@GLIBC_2.1.2 (getXXbyYY_r.c:253)
    by gaih_inet (getaddrinfo.c:531)
    by getaddrinfo (getaddrinfo.c:2154)
    by net::HostResolverProc(std::string const&, addrinfo**)  
(host_resolver.cc:148)
    by net::ResolveAddrInfo(net::HostMapper*, std::string const&, addrinfo**)
(host_resolver.cc:173)
    by net::HostResolver::Job::DoLookup() (host_resolver.cc:332)


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