[Webkit-unassigned] [Bug 172651] New: REGRESSION(216914): testCFStrings encounters an invalid ExecState callee pointer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 26 11:23:49 PDT 2017


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

            Bug ID: 172651
           Summary: REGRESSION(216914): testCFStrings encounters an
                    invalid ExecState callee pointer.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This is because the assertion utility functions used in testCFStrings() expects to get the JSGlobalContextRef from the global context variable.  However, testCFStrings() creates its own JSGlobalContextRef but does not set the global context variable to it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170526/f6bf3d9d/attachment.html>


More information about the webkit-unassigned mailing list