[Webkit-unassigned] [Bug 24615] New: JavascriptCore reports leaks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 06:37:26 PDT 2009


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

           Summary: JavascriptCore reports leaks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: parmanoir at gmail.com


JavascriptCore used in a Cocoa app reports leaks.

Just creating and destroying a context …
        JSGlobalContextRef ctx = JSGlobalContextCreate(NULL);
        JSGlobalContextRelease(ctx);

… will report this when terminating :
        LEAK: 71 Structure

When running the JSCocoa tests ( http://github.com/parmanoir/jscocoa/tree ) I
get LEAK: 85 Structure. Is there a way to get a description of these objects ?


-- 
Configure bugmail: https://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