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

Issue 862560 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Jul 28
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

CHECK failure: state_stack_.size() && state_stack_.back().type == StateEntry::kClip. Error: Chu

Project Member Reported by ClusterFuzz, Jul 11

Issue description

Detailed report: https://clusterfuzz.com/testcase?key=5010662364020736

Fuzzer: ifratric-browserfuzzer-v3
Job Type: linux_debug_chrome
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  state_stack_.size() && state_stack_.back().type == StateEntry::kClip. Error: Chu
  blink::ConversionContext::SwitchToClip
  blink::ConversionContext::SwitchToChunkState
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=552767:552775

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

Issue filed automatically.

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

Comment 1 by ClusterFuzz, Jul 11

Components: Blink>Paint
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.
Labels: -Pri-1 Pri-2
Owner: trchen@chromium.org
Status: Assigned (was: Untriaged)
Not a P1 because the code handles the failed check case. i.e. it's a pure debugging check.
It seems to be a problem with composited mask and multicol. Some DrawingDisplayItem for a different fragment gets painted into the mask layer, resulting in the check failure. This is not supposed to happen because SPv1 composited layer should force single fragment.
Project Member

Comment 4 by ClusterFuzz, Jul 28

ClusterFuzz has detected this issue as fixed in range 578913:578914.

Detailed report: https://clusterfuzz.com/testcase?key=5010662364020736

Fuzzer: ifratric-browserfuzzer-v3
Job Type: linux_debug_chrome
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  state_stack_.size() && state_stack_.back().type == StateEntry::kClip. Error: Chu
  blink::ConversionContext::SwitchToClip
  blink::ConversionContext::SwitchToChunkState
  
Sanitizer: address (ASAN)

Regressed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=552767:552775
Fixed: https://clusterfuzz.com/revisions?job=linux_debug_chrome&range=578913:578914

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

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 5 by ClusterFuzz, Jul 28

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