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

Issue 641885 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

right_val != 0 in instruction-selector-arm64.cc

Project Member Reported by ClusterFuzz, Aug 29 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_arm64_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  right_val != 0 in instruction-selector-arm64.cc
  
Regressed: V8: r38805:38806

Minimized Testcase (0.17 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97HDlCwrT9UQi6j7EVJdG-cW3B1cqAan5UoikpcuKSG_UGpZ9lB6lxv1Su45UUd50QnPFWUooEwy4vb4fhviarEgzLGGksaGmhIuIH6EWbmgu2u44LRXDLWXxJTox4ZEQmiy3D-_-RxjJWIQQHmSArGXVPTvg?testcase_id=5004497967644672
var __f_2 = (function __f_4() {
  "use asm";
  function __f_2(i) {
    i = i|0;
    i = i << -2147483648 >> -1073741824;
    return i|0;
  }
  return { __f_2: __f_2 };
})().__f_2;


Issue manually filed by: rossberg

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Owner: bradnelson@chromium.org
Status: Assigned (was: Untriaged)
Brad, this bisects to your CL, please investigate.
Project Member

Comment 2 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
Fix out for review:
https://codereview.chromium.org/2620953002
Project Member

Comment 4 by ClusterFuzz, Jan 11 2017

ClusterFuzz has detected this issue as fixed in range 42189:42190.

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

Fuzzer: mbarbella_js_mutation
Job Type: linux_asan_d8_v8_arm64_dbg
Platform Id: linux

Crash Type: CHECK failure
Crash Address: 
Crash State:
  right_val != 0 in instruction-selector-arm64.cc
  
Sanitizer: address (ASAN)

Regressed: V8: r38805:38806
Fixed: V8: r42189:42190

Minimized Testcase (0.17 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97HDlCwrT9UQi6j7EVJdG-cW3B1cqAan5UoikpcuKSG_UGpZ9lB6lxv1Su45UUd50QnPFWUooEwy4vb4fhviarEgzLGGksaGmhIuIH6EWbmgu2u44LRXDLWXxJTox4ZEQmiy3D-_-RxjJWIQQHmSArGXVPTvg?testcase_id=5004497967644672
var __f_2 = (function __f_4() {
  "use asm";
  function __f_2(i) {
    i = i|0;
    i = i << -2147483648 >> -1073741824;
    return i|0;
  }
  return { __f_2: __f_2 };
})().__f_2;


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 5 by ClusterFuzz, Jan 11 2017

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