[Webkit-unassigned] [Bug 72416] New: Leaks seen in MemoryPressureHandlerMac.mm on Leaks bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 14:10:54 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72416

           Summary: Leaks seen in MemoryPressureHandlerMac.mm on Leaks bot
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://build.webkit.org/LeaksViewer/?url=%2Fresults%2F
                    Lion%20Intel%20Leaks%2Fr100308%20%28129%29%2F
        OS/Version: Mac OS X 10.7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: darin at apple.com, msaboff at apple.com,
                    webkit-bug-importer at group.apple.com


http://build.webkit.org/LeaksViewer/?url=%2Fresults%2FLion%20Intel%20Leaks%2Fr100308%20%28129%29%2F shows that _cache_event_source and _timer_event_source in MemoryPressureHandlerMac.mm are being leaked.

It looks like MemoryPressureHandler::uninstall is canceling but not releasing _cache_event_source.

It looks like MemoryPressureHandler::holdOff will overwrite _timer_event_source without canceling or releasing it. (Perhaps uninstall should be doing this?)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list