Status: Assigned Owner: [email protected] CC: [email protected], [email protected] Labels: Type-Bug Pri-1 OS-Mac Area-DevTools Dogfood Mstone-X
New issue 9369 by [email protected]: Mem leak in net_unittests - ProxyScriptFetcherTest.HttpMimeType http://code.google.com/p/chromium/issues/detail?id=9369 Valgrind on Mac thinks that net_unittests leaks memory. We want to enable auto-analysis on valgrind output, before which the detected leaks need to be fixed (or suppressed). I'm marking it to you since you were the last person to have touched this. If this is an error, please feel free to reassign to someone more appropriate (or bounce back to me). The leaking test is: ProxyScriptFetcherTest.HttpMimeType The following is valgrind's output. (Refer waterfall for latest). ==9839== 172 bytes in 1 blocks are definitely lost in loss record 153 of 248 ==9839== at 0x17FFE23: malloc_zone_malloc (vg_replace_malloc.c:197) ==9839== by 0x2FA5B2C: __setenv (in /usr/lib/libSystem.B.dylib) ==9839== by 0x2FA5455: setenv$UNIX2003 (in /usr/lib/libSystem.B.dylib) ==9839== by 0x1F19AB: net::(anonymous namespace)::AppendToPythonPath(FilePath) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x1F1BBC: net::TestServerLauncher::SetPythonPath() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x1F2272: net::TestServerLauncher::Start(net::TestServerLauncher::Protocol, std::string const&, int, FilePath const&, FilePath const&) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x183A16: BaseTestServer::Start(net::TestServerLauncher::Protocol, std::string const&, int, FilePath const&, FilePath const&, std::string const&, std::string const&) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x1840FF: BaseTestServer::Start(net::TestServerLauncher::Protocol, std::string const&, int, FilePath const&, FilePath const&) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x184D76: HTTPTestServer::CreateServer(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, MessageLoop*) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x17E7A6: net::ProxyScriptFetcherTest_HttpMimeType_Test::TestBody() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x2FDE61: testing::Test::Run() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x302950: testing::internal::TestInfoImpl::Run() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x3085CC: testing::internal::TestInfoImpl::RunTest(testing::TestInfo*) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x303306: void testing::internal::List<testing::TestInfo*>::ForEach<void (*)(testing::TestInfo*)>(void (*)(testing::TestInfo*)) const (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x302839: testing::TestCase::Run() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x3085B0: testing::TestCase::RunTestCase(testing::TestCase*) (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x30314C: void testing::internal::List<testing::TestCase*>::ForEach<void (*)(testing::TestCase*)>(void (*)(testing::TestCase*)) const (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x3026A6: testing::internal::UnitTestImpl::RunAllTests() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x30279B: testing::UnitTest::Run() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x888E9: TestSuite::Run() (in src/xcodebuild/Debug/net_unittests) ==9839== by 0x879D1: main (in src/xcodebuild/Debug/net_unittests) -- 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 -~----------~----~----~----~------~----~------~--~---
