Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-Mac Area-Misc Size-Medium valgrind
New issue 18540 by [email protected]: Common memory leak in [RenderWidgetHostViewCocoa validAttributesForMarkedText] in mac ui tests http://code.google.com/p/chromium/issues/detail?id=18540 Happens a lot in my tests: 26 ResourceDispatcherTest.* 15 ErrorPageTest.* 8 ViewSourceTest.* 7 SessionHistoryTest.* 6 TabRestoreUITest.* 6 RedirectTest.* This looks like a system leak that should simply be suppressed. Valgrind complains: 144 bytes in 3 blocks are definitely lost in loss record 6,258 of 7,563 malloc_zone_malloc (vg_replace_malloc.c:198) _CFRuntimeCreateInstance (/System/.../CoreFoundation) __CFArrayInit (/System/.../CoreFoundation) CFArrayCreate (/System/.../CoreFoundation) -[__NSPlaceholderArray initWithObjects:count:] (/System/.../CoreFoundation) -[NSArray initWithObjects:] (/System/.../CoreFoundation) -[RenderWidgetHostViewCocoa validAttributesForMarkedText] (/Users/dkegel/chromium/src/xcodebuild/Debug/Chromium.app/Contents/MacOS/Chromium) -[NSTSMInputContext initWithClient:] (/System/.../AppKit) +[NSInputContext inputContextWithClient:] (/System/.../AppKit) -[NSView inputContext] (/System/.../AppKit) +[NSInputContext currentInputContext] (/System/.../AppKit) +[NSInputContext updateInputContexts] (/System/.../AppKit) -[NSApplication updateWindows] (/System/.../AppKit) _handleWindowsNeedUpdateNote (/System/.../AppKit) __CFRunLoopDoObservers (/System/.../CoreFoundation) -- 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 -~----------~----~----~----~------~----~------~--~---
