[Webkit-unassigned] [Bug 131682] Reproducible crash in JavaScriptCore: JSObjectMakeArray()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 15 11:27:35 PDT 2014


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





--- Comment #1 from Alexander Meißner <AlexanderMeissner at gmx.net>  2014-04-15 11:27:56 PST ---
Created an attachment (id=229382)
 --> (https://bugs.webkit.org/attachment.cgi?id=229382&action=review)
Source code to reproduce the crash

When compiling and running the code, be sure to link against the JavaScriptCore.framework of WebKit Nightly not the one of your system

You can check that by using: otool -L [executable]

Which should show something like:
@executable_path/JavaScriptCore.framework/Versions/A/JavaScriptCore
instead of:
/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

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