New issue
Advanced search Search tips

Issue 917627 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

NOTREACHED() reached in document.execCommand('InsertHorizontalRule')

Project Member Reported by ClusterFuzz, Dec 23

Issue description

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

Fuzzer: bj_broddelwerk
Job Type: linux_debug_chrome
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  false in replace_selection_command.cc
  blink::ReplaceSelectionCommand::MergeEndIfNeeded
  blink::ReplaceSelectionCommand::DoApply
  
Sanitizer: address (ASAN)

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

Issue filed automatically.

See https://github.com/google/clusterfuzz-tools for instructions to reproduce this bug locally.
 
Cc: pnangunoori@chromium.org xiaoche...@chromium.org
Labels: M-72 Test-Predator-Wrong CF-NeedsTriage
Unable to provide possible suspect using Predator, CL and Code Search.
Could someone please look into the issue.

CC'ing xiaochengh@ for the owner of the file - replace_selection_command.cc

Thank You.
Components: Blink>Editing>Command
Labels: -Pri-1 Pri-3
Status: Available (was: Untriaged)
Summary: NOTREACHED() reached in document.execCommand('InsertHorizontalRule') (was: CHECK failure: false in replace_selection_command.cc)
P3/Available due to low usage of 'InsertHorizontalRule' command, and the production build will early return when hitting that NOTREACHED():

// Bail to avoid infinite recursion.
if (moving_paragraph_) {
  NOTREACHED();
  return;
}

Sign in to add a comment