Status: Untriaged Owner: ---- Labels: Type-Bug Pri-2 OS-Mac Area-BrowserBackend Size-Medium Valgrind
New issue 17979 by [email protected]: memory leak in IPC::ChannelProxy::Context::CreateChannel() in unit tests on mac http://code.google.com/p/chromium/issues/detail?id=17979 This is similar to bug 17888, but appears to happen in IPC::ChannelProxy::Context::CreateChannel() rather than down in IPC::Channel::Channel(). Seen in http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Mac%20(valgrind)/builds/413/steps/valgrind%20test:%20unit/logs/stdio sh src/tools/valgrind/chrome_tests.sh --build_dir src/xcodebuild/Release --test unit Valgrind complains 13,814 (16 direct, 13,798 indirect) bytes in 2 blocks are definitely lost in loss record 10,949 of 10,985 operator new(unsigned long) (tools/valgrind/valgrind-20090715/coregrind/m_replacemalloc/vg_replace_malloc.c:219) IPC::ChannelProxy::Context::CreateChannel(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, IPC::Channel::Mode const&) (src/xcodebuild/Release/unit_tests) IPC::ChannelProxy::Init(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, IPC::Channel::Mode, MessageLoop*, bool) (src/xcodebuild/Release/unit_tests) IPC::ChannelProxy::ChannelProxy(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, IPC::Channel::Mode, MessageLoop*, IPC::ChannelProxy::Context*, bool) (src/xcodebuild/Release/unit_tests) IPC::SyncChannel::SyncChannel(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, IPC::Channel::Mode, IPC::Channel::Listener*, IPC::ChannelProxy::MessageFilter*, MessageLoop*, bool, base::WaitableEvent*) (src/xcodebuild/Release/unit_tests) IPC::SyncChannel::SyncChannel(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, IPC::Channel::Mode, IPC::Channel::Listener*, IPC::ChannelProxy::MessageFilter*, MessageLoop*, bool, base::WaitableEvent*) (src/xcodebuild/Release/unit_tests) ChildThread::Init() (src/xcodebuild/Release/unit_tests) -- 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 -~----------~----~----~----~------~----~------~--~---
