New issue
Advanced search Search tips

Issue 653682 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

!escape_analysis_->IsVirtual(node) in escape-analysis-reducer.cc

Project Member Reported by ClusterFuzz, Oct 6 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_ignition_v8_arm_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  !escape_analysis_->IsVirtual(node) in escape-analysis-reducer.cc
  
Regressed: V8: r39775:39776

Minimized Testcase (0.27 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95YhKelagwIU89gQs-9KIvQBlWt7l-j_Ij9BcOmIe3-fJrn-Do6LppIt7oo48PbiIsYRK5yyBp_UyOf4Hn3odrE9Xrcpy-C3BdyurshooMQMmyYuL8ZTeM392dZP1otat6KZytsf_iQGs_SZtlJL2-wv8xZjA?testcase_id=5342304581976064
function __f_1(o) {
  var __v_0 = 1;
    __v_3 = o.y;
}
__f_1({y:1.4}, [1]);
__f_1({y:1.6}, [1]);
__v_2 = { x: 1.5 };
(function __f_12() {
})();
  function __f_11() {
    function __f_9() {}
    __f_1({x:1}, [1]);
  }
 __f_11();
  %OptimizeFunctionOnNextCall(__f_11);
 __f_11();


Issue manually filed by: mmohammad

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: mstarzinger@chromium.org
Status: Assigned (was: Untriaged)
suspected might be :

https://chromium.googlesource.com/v8/v8/+/639ce6027b9e7760ce042a8e1e3e0927f9e991d3%5E%21/src/compiler/escape-analysis-reducer.cc

mstarzinger@ could you please look into this.please feel free to re-assigned back if needed. thanks in advance !
Project Member

Comment 2 by ClusterFuzz, Oct 14 2016

ClusterFuzz has detected this issue as fixed in range 40285:40286.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_ignition_v8_arm_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  !escape_analysis_->IsVirtual(node) in escape-analysis-reducer.cc
  
Regressed: V8: r39775:39776
Fixed: V8: r40285:40286

Minimized Testcase (0.27 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95YhKelagwIU89gQs-9KIvQBlWt7l-j_Ij9BcOmIe3-fJrn-Do6LppIt7oo48PbiIsYRK5yyBp_UyOf4Hn3odrE9Xrcpy-C3BdyurshooMQMmyYuL8ZTeM392dZP1otat6KZytsf_iQGs_SZtlJL2-wv8xZjA?testcase_id=5342304581976064
function __f_1(o) {
  var __v_0 = 1;
    __v_3 = o.y;
}
__f_1({y:1.4}, [1]);
__f_1({y:1.6}, [1]);
__v_2 = { x: 1.5 };
(function __f_12() {
})();
  function __f_11() {
    function __f_9() {}
    __f_1({x:1}, [1]);
  }
 __f_11();
  %OptimizeFunctionOnNextCall(__f_11);
 __f_11();


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 3 by ClusterFuzz, Oct 14 2016

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

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

Comment 4 by sheriffbot@chromium.org, Nov 22 2016

Labels: -Restrict-View-EditIssue
Removing EditIssue view restrictions from ClusterFuzz filed bugs. If you believe that this issue should still be restricted, please reapply the label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment