New issue
Advanced search Search tips

Issue 676948 link

Starred by 2 users

Issue metadata

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



Sign in to add a comment

Crash in v8::internal::compiler::Node::opcode

Project Member Reported by ClusterFuzz, Dec 25 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x000000000000
Crash State:
  v8::internal::compiler::Node::opcode
  v8::internal::compiler::ScheduleLateNodeVisitor::ScheduleRegion
  v8::internal::compiler::ScheduleLateNodeVisitor::VisitNode
  
Regressed: V8: r41921:41922

Minimized Testcase (0.21 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96TRzzrbdszxu5lJKLcoP_NYwrYlwVRKgQKKW42d8vw0xZ-Sav1n7p5goNHf3VUpngul3y0t34ZFo6DEEl6qBx3Uv7wBPp18ctbLU0cIIjIYoaI76Qvuu-sNJaTRGKAnuREJbGsN_MDfZbHCQnd-bEhu5U_Pg?testcase_id=5014659188129792
function __f_1() {
  var __v_2 = {x:0};
  for (var __v_1 = 0; __v_2.x < 1;) {
    __v_2.x++;
    __v_1+= 1;
  }
 function __f_2() {__v_1};
 __v_1 = __v_2;
}
__f_1();
%OptimizeFunctionOnNextCall(__f_1);
__f_1();


Issue filed automatically.

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Cc: tebbi@chromium.org hablich@chromium.org
Labels: Test-Predator-Wrong
Status: Available (was: Untriaged)
Cc: -tebbi@chromium.org bmeu...@chromium.org
Owner: tebbi@chromium.org
CF points to 8435cc852672c504d5899cc2765c5b895e658efe.

Comment 3 by tebbi@chromium.org, Jan 4 2017

8435cc852672c504d5899cc2765c5b895e658efe has already been reverted, probably this is already fixed.
Project Member

Comment 4 by ClusterFuzz, Jan 4 2017

ClusterFuzz has detected this issue as fixed in range 42022:42023.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8
Platform Id: linux

Crash Type: UNKNOWN READ
Crash Address: 0x000000000000
Crash State:
  v8::internal::compiler::Node::opcode
  v8::internal::compiler::ScheduleLateNodeVisitor::ScheduleRegion
  v8::internal::compiler::ScheduleLateNodeVisitor::VisitNode
  
Regressed: V8: r41921:41922
Fixed: V8: r42022:42023

Minimized Testcase (0.21 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv96TRzzrbdszxu5lJKLcoP_NYwrYlwVRKgQKKW42d8vw0xZ-Sav1n7p5goNHf3VUpngul3y0t34ZFo6DEEl6qBx3Uv7wBPp18ctbLU0cIIjIYoaI76Qvuu-sNJaTRGKAnuREJbGsN_MDfZbHCQnd-bEhu5U_Pg?testcase_id=5014659188129792
function __f_1() {
  var __v_2 = {x:0};
  for (var __v_1 = 0; __v_2.x < 1;) {
    __v_2.x++;
    __v_1+= 1;
  }
 function __f_2() {__v_1};
 __v_1 = __v_2;
}
__f_1();
%OptimizeFunctionOnNextCall(__f_1);
__f_1();


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.
Status: Assigned (was: Available)
 Issue 677676  has been merged into this issue.
Project Member

Comment 7 by ClusterFuzz, Jan 4 2017

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