New issue
Advanced search Search tips

Issue 673243 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

InsideSameDominatorChain(block, data->minimum_block_) in scheduler.cc

Project Member Reported by ClusterFuzz, Dec 12 2016

Issue description

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4785369121030144

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_arm_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  InsideSameDominatorChain(block, data->minimum_block_) in scheduler.cc
  
Regressed: V8: r40853:40854

Minimized Testcase (0.27 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95K-kZADYVcVX3a7mI4pAJ9a4e6cK0FomqNfss_w87rgxIqwv-ZNiuD51mEVsQSukVvZTqLxp6gVb577JVY1PnhlmDcEZ_lMiFdLn2Rp7SUeWe3KouXWEA40QjXFZJbnF19KBjogIRVXvUtnqM_RzffwIFmRQ?testcase_id=4785369121030144
function __f_3(x) {
  this.x = x;
}
function __f_4() {
  var __v_3 = new __f_3(1), __v_5 = new __f_3(2);
  for (var __v_4 = 0; __v_4 < 1; __v_4++) {
    __v_3.x += __v_5.x;
  }
__v_4, function() {__v_4; };
}
 __f_4();
 __f_4();
%OptimizeFunctionOnNextCall(__f_4);
 __f_4();


Issue manually filed by: ishell

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 

Comment 1 by ishell@chromium.org, Dec 12 2016

Cc: bmeu...@chromium.org mstarzinger@chromium.org
Owner: tebbi@chromium.org
Status: Assigned (was: Untriaged)
CF points to 288d38127a953eb43f0175637ac16d3c371c1422
Project Member

Comment 3 by ClusterFuzz, Dec 21 2016

ClusterFuzz has detected this issue as fixed in range 41847:41848.

Detailed report: https://cluster-fuzz.appspot.com/testcase?key=4785369121030144

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_arm_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  InsideSameDominatorChain(block, data->minimum_block_) in scheduler.cc
  
Regressed: V8: r40853:40854
Fixed: V8: r41847:41848

Minimized Testcase (0.27 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95K-kZADYVcVX3a7mI4pAJ9a4e6cK0FomqNfss_w87rgxIqwv-ZNiuD51mEVsQSukVvZTqLxp6gVb577JVY1PnhlmDcEZ_lMiFdLn2Rp7SUeWe3KouXWEA40QjXFZJbnF19KBjogIRVXvUtnqM_RzffwIFmRQ?testcase_id=4785369121030144
function __f_3(x) {
  this.x = x;
}
function __f_4() {
  var __v_3 = new __f_3(1), __v_5 = new __f_3(2);
  for (var __v_4 = 0; __v_4 < 1; __v_4++) {
    __v_3.x += __v_5.x;
  }
__v_4, function() {__v_4; };
}
 __f_4();
 __f_4();
%OptimizeFunctionOnNextCall(__f_4);
 __f_4();


See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs 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 4 by ClusterFuzz, Dec 21 2016

Labels: ClusterFuzz-Verified
Status: Verified (was: Assigned)
ClusterFuzz testcase 4785369121030144 is verified as fixed, so closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment