[Webkit-unassigned] [Bug 24615] JavascriptCore leaks when creating and releasing context groups in a tight loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 1 00:45:56 PDT 2013


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





--- Comment #9 from Scott <bugs.webkit.org at scottdavies.net>  2013-06-01 00:44:27 PST ---
Mark --

I downloaded a Webkit nightly and supposedly built JavaScriptCore, but it's not clear to me how to make sure that an executable I build uses the new framework instead of the existing system framework in /System/Library/Frameworks.

In fact, the newly built JavaScriptCore framework itself seems to think it depends on the system's preinstalled JavaScriptCore, which I'm guessing is a problem:

>otool -L WebKit-r151049/WebKitBuild/Release/JavaScriptCore.framework/Versions/Current/JavaScriptCore
WebKit-r151049/WebKitBuild/Release/JavaScriptCore.framework/Versions/Current/JavaScriptCore:
    /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore (compatibility version 1.0.0, current version 537.44.0)
    /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
        [other libraries omitted]

Any ideas?  What exactly did you do to try to reproduce the issue?

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