[Webkit-unassigned] [Bug 56045] New: Many leaks seen beneath JSWorkerContextBase and WorkerScriptController constructors (leaking a JSGlobalData/JSGlobalObject?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 12:26:25 PST 2011


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

           Summary: Many leaks seen beneath JSWorkerContextBase and
                    WorkerScriptController constructors (leaking a
                    JSGlobalData/JSGlobalObject?)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://build.webkit.org/LeaksViewer/?url=http://build.
                    webkit.org/results/SnowLeopard%20Intel%20Leaks/r80646%
                    20(15446)/DumpRenderTree12-leaks.txt
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: ap at webkit.org, dimich at chromium.org, levin at chromium.org


To see the leaks:

1. Go to http://build.webkit.org/LeaksViewer/?url=http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r80646%20(15446)/DumpRenderTree12-leaks.txt
2. Select "Tree (Top Down)" at the bottom of the page
3. Sort by "Total"
4. Start digging in

Pretty much all of the leaks seem to be beneath the JSWorkerContextBase and WorkerScriptController constructors. It looks like we're leaking a JSGlobalObject and a JSGlobalData.

I don't know whether this is a regression.

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