[Webkit-unassigned] [Bug 191724] New: ASSERTION FAILED: m_lastOpcodeID == op_end || (m_lastOpcodeID == m_lastInstruction->opcodeID() && m_writer.position() == m_lastInstruction.offset() + m_lastInstruction->size())
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 15 16:21:45 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191724
Bug ID: 191724
Summary: ASSERTION FAILED: m_lastOpcodeID == op_end ||
(m_lastOpcodeID == m_lastInstruction->opcodeID() &&
m_writer.position() == m_lastInstruction.offset() +
m_lastInstruction->size())
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: tzagallo at apple.com
Since https://bugs.webkit.org/show_bug.cgi?id=187373, we were not restoring m_lastInstruction after patching the bytecode when finalizing StructureForInContexts, only m_lastOpcodeID, which led to the assertion failure.
--
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/20181116/b8e4847a/attachment.html>
More information about the webkit-unassigned
mailing list