[Webkit-unassigned] [Bug 12850] New: Leaks >10k objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 21 21:53:07 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12850

           Summary: Leaks >10k objects
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://gmail.com
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ian.eng.webkit at gmail.com


You need a gmail account. In KJS::Collector::collect(), before exiting the
function, log heap.numLiveObjects. After visiting GMail, close the window, open
a new one, there are still >10k live objects.

I looked further, there are protected objects (FunctionImp) that cannot be
reclaimed. These protected FunctionImp also causes other objects to leak.


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



More information about the webkit-unassigned mailing list