ASSERTION FAILED: count <= kGenericMaxDirectMapped / sizeof(T) |
||||||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=6607054910783488 Fuzzer: inferno_layout_test_unmodified Job Type: linux_debug_content_shell_drt Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: ASSERTION FAILED: count <= kGenericMaxDirectMapped / sizeof(T) unsigned long WTF::PartitionAllocator::quantizedSize<blink::CSSParserToken> blink::CSSTokenizer::Scope::Scope Minimized Testcase (0.31 Kb): Download: https://cluster-fuzz.appspot.com/download/AMIfv96ImVYpYJPP3KnYiVw716CXVaryLidA4uzMzCoWfghBVL1GE167XTgwHX95tmCW65B6ufrhDJ1WL-C7JxGjMV9df0n_EnRrSUljRuqbv67ipwj8HgaaiyjiXgZrXQlANgMK2MUURN-ticxmrPdAmLxKWLvONQ <script> var styleElement = document.createElement('style'); var str="z"; for (var i = 0; i < 16; i++) { str += str; } for (var i = -2; i < 6+(129<<5); i++){ var txt = document.createTextNode(str); styleElement.appendChild(txt); } document.getElementsByTagName('head')[0].appendChild(styleElement); </script> Filer: rnimmagadda See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
May 10 2016
My change was just a revert. Let me assign tkent@ who is also listed in the testcase page.
,
May 10 2016
Route to memory team.
,
Aug 25 2016
,
Aug 25 2016
The testcase creates a string whose length is 271,056,896. So CSSTokenizer requires 90,352,298 CSSParserToken(size=24). The size is 2,168,455,152 (> 2GB). This is OOM from the viewpoint of PartitionAlloc. If we really want to fix this, we should modify CSSTokenizer to parse too large string.
,
Nov 22 2016
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by rnimmagadda@chromium.org
, May 9 2016Labels: -Pri-1 findit-for-crash Te-Logged M-51 Pri-2
Owner: toyoshim@chromium.org
Status: Assigned (was: Available)