CHECK failure: false. Can't find cached display item in PaintController.cpp |
||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5800921660653568 Fuzzer: inferno_twister Job Type: windows_asan_content_shell Platform Id: windows Crash Type: CHECK failure Crash Address: Crash State: false. Can't find cached display item in PaintController.cpp blink::PaintController::FindOutOfOrderCachedItemForward blink::PaintController::UseCachedDrawingIfPossible Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=windows_asan_content_shell&range=514498:517698 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5800921660653568 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Dec 4 2017
,
Dec 4 2017
Reduced test case:
<script src=../resources/text-based-repaint.js></script>
<script>
function repaintTest() {
content.style.height = "200px";
}
onload = runRepaintAndPixelTest;
</script>
<div "container" style="overflow: overlay; height: 100px; border: solid">
<div id="content" style="height: 50px"></div>
</div>
<style>* { min-width: 10000000000px; }</style>
The under-invalidation happens when the scroll corner appears very far from the visible viewport.
,
Jan 21 2018
ClusterFuzz testcase 5800921660653568 is flaky and no longer crashes, so closing issue. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue. |
||||
►
Sign in to add a comment |
||||
Comment 1 by dtapu...@chromium.org
, Dec 4 2017