Issue metadata
Sign in to add a comment
|
Stack-overflow in blink::FindPlaceForCounter |
||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6613923720855552 Fuzzer: inferno_layout_test_unmodified Job Type: mac_asan_content_shell Platform Id: mac Crash Type: Stack-overflow Crash Address: 0x7fff5b12cc80 Crash State: blink::FindPlaceForCounter blink::MakeCounterNodeIfNeeded Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=mac_asan_content_shell&range=527656:527687 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6613923720855552 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Jan 9 2018
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/chromium/src/+/27b18238c5924137bee2cbfe1e8fe0c124c3de9b ([LayoutNG] Detect forced breaks even when out of space.). If this is incorrect, please remove the owner and apply the Test-Predator-Wrong-CLs label.
,
Jan 9 2018
That CL only changes LayoutNG code, which isn't enabled by default.
,
Jan 9 2018
,
Jan 10 2018
Predator and CL could not provide any possible suspects. Using Code Search for the file, "LayoutCounter.cpp" and observed there was some recent changes for the below file. Suspect CL: https://chromium.googlesource.com/chromium/src/+/d857d94a8417ca19e240eff6cec2985feb770ee1%5E%21/third_party/WebKit/Source/core/layout/LayoutCounter.cpp futhark@ -- Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner. Thanks!
,
Jan 12 2018
I did add an extra stack variable pointer in FindPlaceForCounter(). The change is not in the regression changelist, so it most likely isn't that. It might be possible to get rid of the FindPlaceForCounter -> MakeCounterIfNeeded recursion making it iterative, but I don't know.
,
Jan 16 2018
Probably not worth it.
,
Jan 22 2018
Issue 804199 has been merged into this issue.
,
Jan 23 2018
ClusterFuzz testcase 6608045219250176 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.
,
Jan 31 2018
Issue 807472 has been merged into this issue. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Jan 9 2018Labels: Test-Predator-Auto-Components