[Webkit-unassigned] [Bug 9880] New: Memory leaks running DOM-Hanoi

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jul 12 11:45:35 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9880

           Summary: Memory leaks running DOM-Hanoi
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://metasploit.com/users/hdm/tools/domhanoi/domhanoi.
                    html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ap at nypop.com


Technically, these are not leaks, but the effect is similar :)

When running certain non-stop browser tests, such as DOM-Hanoi (see bug URL),
Safari memory usage grows fast, because Obj-C autoreleased objects do not get a
chance to be collected. I suspect they may fill the address space before the
test actually finishes, but I was not patient enough to stand the paging.

All such allocations are made inside FrameMac::setStatusBarText(), so I gave
this method an autorelease pool of its own.


-- 
Configure bugmail: http://bugzilla.opendarwin.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