[Webkit-unassigned] [Bug 201787] New: jsc -d stopped working.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 13 19:05:09 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201787
Bug ID: 201787
Summary: jsc -d stopped working.
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
The reason is because, in this case, the jsc shell is trying to set an option after the VM has been instantiated. The fix is simply to move all options initialization before the VM is instantiated.
--
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/20190914/5c7e053a/attachment.html>
More information about the webkit-unassigned
mailing list