[Webkit-unassigned] [Bug 56304] REGRESSION(r80892): 100, 000+ leaks seen on the build bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 05:15:50 PDT 2011


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


Mark Rowe (bdash) <mrowe at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |JavaScriptCore




--- Comment #1 from Mark Rowe (bdash) <mrowe at apple.com>  2011-03-14 05:15:50 PST ---
The reason for this is that r80892 adds duplicate static function entries to the JSClassDefinition in DumpRenderTree’s LayoutTestController.cpp.  This appears to cause JavaScriptCore to leak each of the duplicates.  This is triggered every time the window object is cleared (once per frame per test?).

-- 
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