[Webkit-unassigned] [Bug 106056] New: Objective-C objects that are passed to JavaScript leak (until the JSContext is destroyed)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 15:35:52 PST 2013


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

           Summary: Objective-C objects that are passed to JavaScript leak
                    (until the JSContext is destroyed)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ggaren at apple.com


The JSContext keeps alive all JSValues that reference Objective-C objects, even if the Objective-C objects and the JSValues have otherwise become unreachable. This means that if you have an event loop that regularly sends events to JavaScript code, you have a serious memory use problem.

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