New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 823024 link

Starred by 3 users

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

CHECK failure: bounds().ToString() == mask_layer()->bounds().ToString() in layer.cc

Project Member Reported by ClusterFuzz, Mar 17 2018

Issue description

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

Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5302587411398656

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for more information.
 
Project Member

Comment 1 by ClusterFuzz, Mar 17 2018

Components: Internals>Compositing
Labels: Test-Predator-Auto-Components
Automatically applying components based on crash stacktrace and information from OWNERS files.

If this is incorrect, please apply the Test-Predator-Wrong-Components label.

Comment 2 by piman@chromium.org, Mar 20 2018

Components: -Internals>Compositing Blink>Paint
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.
Owner: trchen@chromium.org
Status: Assigned (was: Untriaged)
Could pass it to me too, though I will not get a chance to look for a while.
Labels: -Pri-1 Pri-2

Comment 5 by trchen@chromium.org, Mar 20 2018

Labels: -Pri-2 Pri-3
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.
Project Member

Comment 6 by ClusterFuzz, 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.
Project Member

Comment 7 by ClusterFuzz, Jun 24 2018

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
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