Stack-overflow in blink::LayoutTableRow::UpdateLayout |
|||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=4598353320214528 Fuzzer: inferno_layout_test_unmodified Job Type: linux_asan_chrome_v8_arm Platform Id: linux Crash Type: Stack-overflow Crash Address: 0xff039e40 Crash State: blink::LayoutTableRow::UpdateLayout blink::LayoutTableSection::UpdateLayout blink::LayoutTable::LayoutSection Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_asan_chrome_v8_arm&range=338684:338816 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=4598353320214528 Issue filed automatically. See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
May 4 2017
I'm not sure there's really anything we can do here, it looks like we just have a really deep layout tree. Does anyone know how other browsers handle this?
,
May 4 2017
For the attached test case, on my Linux machine, Chrome crashes after adding 11000 dom nodes in a "unary tree". FireFox doesn't crash, but it seems to limit the depth of render tree to about 200. It seems to not limit the depth of the DOM tree. A related bug is Bug 578352 which is about recursive frames. Firefox seems to limit depth of recursive frames to about 10. Many similar bugs are marked WontFix (https://bugs.chromium.org/p/chromium/issues/list?can=2&q=status%3AWontFix+stack+overflow&colspec=ID+Pri+M+Stars+ReleaseBlock+Component+Status+Owner+Summary+OS+Modified&x=m&y=releaseblock&cells=ids).
,
May 16 2017
I've filed 721175 to limit the max depth of the layout tree. In the mean time, there's not much to do about this.
,
Jun 19 2017
,
Jul 14 2017
ClusterFuzz testcase 4598353320214528 is still reproducing on tip-of-tree build (trunk). If this testcase was not reproducible locally or unworkable, ignore this notification and we will file another bug soon with hopefully a better and workable testcase. Otherwise, if this is not intended to be fixed (e.g. this is an intentional crash), please add ClusterFuzz-Ignore label to prevent future bug filing with similar crash stacktrace. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by msrchandra@chromium.org
, May 4 2017Labels: M-60 Test-Predator-Wrong
Owner: dcheng@chromium.org
Status: Assigned (was: Untriaged)