[Webkit-unassigned] [Bug 143407] Web Inspector: Unresponsive Console prompt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 5 19:02:41 PDT 2015


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fpizlo at apple.com,
                   |                            |ggaren at apple.com,
                   |                            |mark.lam at apple.com,
                   |                            |msaboff at apple.com

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
I've been seeing this as well. This is a serious issue. It is likely surfacing because we have moved a lot of our code to ES6 classes which made them strict mode, so this may have been a pre-existing issue in JSC.

Given the unusual nature of the runtime error, because the code in the immediate vicinity appears valid and straightforward, it makes me think this is a JavaScriptCore issue. If we can come up with really solid steps to reproduce, we should be able to verify it is caused by JIT/DFG/FTL, create a reduction, and pass off to JavaScriptCore engineers.

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


More information about the webkit-unassigned mailing list