[Webkit-unassigned] [Bug 221198] CeilingOnPageSize too low for Loongson CPUs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 1 02:56:04 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=221198
--- Comment #1 from Xan Lopez <xan.lopez at gmail.com> ---
Our guess is that we are crashing in WTF::pageSize():
RELEASE_ASSERT_WITH_MESSAGE(s_pageSize <= CeilingOnPageSize, "CeilingOnPageSize is too low, raise it in PageBlock.h!");
For Loongson CPUs that will be 16 <= 4, which won't work.
We can change the general ceiling value for MIPS to something else, at least 16KB, or try to detect Loongson CPUs and change it just for those.
--
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/20210201/2692999f/attachment.htm>
More information about the webkit-unassigned
mailing list