CHECK failure: bounds().ToString() == mask_layer()->bounds().ToString() in layer.cc |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5302587411398656 Fuzzer: ifratric-browserfuzzer-v3 Job Type: linux_debug_chrome Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: bounds().ToString() == mask_layer()->bounds().ToString() in layer.cc cc::Layer::PushPropertiesTo cc::PictureLayer::PushPropertiesTo Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=533114:533124 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5302587411398656 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Mar 20 2018
This looks like a paint-related issue, that would be setting a mask layer that has mismatched bounds (this comes directly from blink). No obvious culprit in the regression range though.
,
Mar 20 2018
Could pass it to me too, though I will not get a chance to look for a while.
,
Mar 20 2018
,
Mar 20 2018
Likely related to composited border radius. I think this is not very important because the test case involves some insane radius value. We probably failed to clamp or round layer bounds somewhere.
,
Jun 24 2018
ClusterFuzz has detected this issue as fixed in range 569916:569917. Detailed report: https://clusterfuzz.com/testcase?key=5302587411398656 Fuzzer: ifratric-browserfuzzer-v3 Job Type: linux_debug_chrome Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: bounds().ToString() == mask_layer()->bounds().ToString() in layer.cc cc::Layer::PushPropertiesTo cc::PictureLayer::PushPropertiesTo Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=533114:533124 Fixed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=569916:569917 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5302587411398656 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.
,
Jun 24 2018
ClusterFuzz testcase 5302587411398656 is verified as fixed, so closing issue as verified. 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 17 2018Labels: Test-Predator-Auto-Components