CHECK failure: lifecycle_.GetState() >= DocumentLifecycle::kStyleClean in Document.cpp |
|||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5286957647921152 Fuzzer: ifratric-browserfuzzer-v3 Job Type: linux_debug_chrome Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: lifecycle_.GetState() >= DocumentLifecycle::kStyleClean in Document.cpp blink::Document::ScrollingElementNoLayout blink::Document::scrollingElement Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=523893:523905 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5286957647921152 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Mar 24 2018
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/3f921557c4cb83453bfce0fe8637e489a90064ad (Drop UseCounter usage measurement on view-source pages.). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Mar 28 2018
Bisected to https://chromium.googlesource.com/chromium/src/+/4cef659a8009c5cb4f5708336ae37654d23653b3 Dave, could you please take a look? Thanks
,
Mar 28 2018
eae@ This code is checking the layout state is clean and UpdateStyleAndLayoutTree() is called just before it. But it can early out in certain scenarios like throttled rendering. How is this generally dealt with? See line: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/dom/Document.cpp?type=cs&q=ScrollingElementNoLayout&sq=package:chromium&l=1509 and the DCHECK here: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/dom/Document.cpp?type=cs&q=ScrollingElementNoLayout&sq=package:chromium&l=1516
,
Apr 7 2018
ClusterFuzz testcase 5286957647921152 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 ClusterFuzz
, Mar 24 2018Labels: Test-Predator-Auto-Components