CHECK failure: !frame_ || frame_->Tree().ChildCount() == 0 in Document.cpp |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5173980083519488 Fuzzer: inferno_layout_test_unmodified Job Type: linux_lsan_chrome_mp Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !frame_ || frame_->Tree().ChildCount() == 0 in Document.cpp Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_lsan_chrome_mp&range=419755:419848 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5173980083519488 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Feb 21 2018
,
Mar 2 2018
This is issue 770615 (which probably shouldn't have been closed). It's because there are still subframes attached at this point, because we only call Shutdown() instead of something like PrepareForCommit(). So transforming any page with subframes crashes instead of working. I guess we should probably just call DetachChildren() first, but I'm not sure what the spec says about XSLT transforms and if other events should fire. I'll try to find the relevant part of the standards...
,
Mar 12 2018
ClusterFuzz has detected this issue as fixed in range 542422:542423. Detailed report: https://clusterfuzz.com/testcase?key=5173980083519488 Fuzzer: inferno_layout_test_unmodified Job Type: linux_lsan_chrome_mp Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !frame_ || frame_->Tree().ChildCount() == 0 in Document.cpp Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_lsan_chrome_mp&range=419755:419848 Fixed: https://clusterfuzz.com/revisions?job=linux_lsan_chrome_mp&range=542422:542423 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5173980083519488 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Mar 12 2018
ClusterFuzz testcase 5173980083519488 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Mar 15 2018
The repro is apparently flaky but I don't think this bug has been fixed.
,
Apr 3 2018
Issue 828294 has been merged into this issue.
,
Apr 3 2018
Automatically applying components based on crash stacktrace and information from OWNERS files. If this is incorrect, please apply the Test-Predator-Wrong-Components label. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by brajkumar@chromium.org
, Feb 20 2018Components: Blink>DOM
Labels: M-65 Test-Predator-Wrong
Owner: dcheng@chromium.org
Status: Assigned (was: Untriaged)