Status: Untriaged Owner: ---- Labels: Type-Bug Pri-3 OS-Linux Area-Misc Size-Medium Valgrind
New issue 20111 by [email protected]: Memory leak in ProcessSingleton::Create() http://code.google.com/p/chromium/issues/detail?id=20111 Seen in http://build.chromium.org/buildbot/waterfall/builders/Linux%20UI%201%20of%203%20(valgrind)/builds/1/steps/valgrind%20test:%20ui/logs/stdio This is an occasional leak associated with the creation of the io thread. Presumably that's O(1) and low priority to fix. 144 bytes in 1 blocks are definitely lost in loss record 10,979 of 12,398 calloc (m_replacemalloc/vg_replace_malloc.c:415) allocate_dtv (/lib/ld-2.7.so) _dl_allocate_tls (/lib/ld-2.7.so) pthread_create@@GLIBC_2.1 (/lib/tls/i686/cmov/libpthread-2.7.so) (anonymous namespace)::CreateThread(unsigned int, bool, PlatformThread::Delegate*, unsigned long*) (base/platform_thread_posix.cc:93) PlatformThread::Create(unsigned int, PlatformThread::Delegate*, unsigned long*) (base/platform_thread_posix.cc:105) base::Thread::StartWithOptions(base::Thread::Options const&) (base/thread.cc:84) BrowserProcessImpl::CreateIOThread() (chrome/browser/browser_process_impl.cc:330) BrowserProcessImpl::io_thread() (chrome/browser/browser_process_impl.h:57) ProcessSingleton::Create() (chrome/browser/process_singleton_linux.cc:756) -- 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 -~----------~----~----~----~------~----~------~--~---
