[Webkit-unassigned] [Bug 151030] ASSERTION FAILED: roundedIntPoint(LayoutPoint(rendererMappedResult)) == result in WebCore::RenderGeometryMap::mapToContainer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 17 19:33:09 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=151030
--- Comment #12 from Jack <shihchieh_lee at apple.com> ---
In some test cases, m_accumulatedOffset is used after subtracting step offset. And if the subtraction happens when it is saturated, the result is a random value (not max int32). Therefore, asserting overflow m_accumulatedOffset would still fail in those cases.
(In reply to Simon Fraser (smfr) from comment #11)
> Can we change the assertion to detect the numeric overflow cases?
--
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/20200218/199d93f5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list