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

Issue 621476 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows , All
Pri: 2
Type: Bug



Sign in to add a comment

Crash in v8::internal::Execution::Call

Project Member Reported by ClusterFuzz, Jun 20 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: UNKNOWN WRITE
Crash Address: 0x00000017
Crash State:
  v8::internal::Execution::Call
  v8::internal::Execution::Call
  v8::Script::Run
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=windows_asan_d8&range=400530:400549

Minimized Testcase (0.18 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97ROBH0KVcdKdJXLsQrtmAnJ8uVdQ1MHNfg2zXwdcDXkOV8mv-_0KTo78vxET-nEZsJzOxx2cn0egE7sIKfrLouHz56FCWCE7KhFiIzc_ldDmJHgzmoveXl5dOrCbzptPxQ8EPbglvIzKQj_6aJt_I44-mAvQ?testcase_id=6743363122626560
function __f_6() {
  function __f_2() {
    function __f_1() {
      function __f_4() {
        eval();
      }
      __f_4();
    }
    __f_1();
  }
  __f_2();
}
__f_6();
__f_6();


Filer: msrchandra

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

Comment 1 by ishell@chromium.org, Jun 20 2016

Labels: -Pri-1 OS-All Pri-2
Owner: mstarzinger@chromium.org
Status: Assigned (was: Available)
Reproduces on TOT. 
Seems to be a --turbo-escape issue which is off in production.

Comment 2 by ishell@chromium.org, Jun 23 2016

Cc: rossberg@chromium.org
 Issue 622669  has been merged into this issue.
Project Member

Comment 3 by ClusterFuzz, Jun 30 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 ClusterFuzz, Jul 4 2016

ClusterFuzz has detected this testcase as flaky and is unable to reproduce it in the original crash revision. Skipping fixed testing check and marking it as potentially fixed.

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

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: UNKNOWN WRITE
Crash Address: 0x00000017
Crash State:
  v8::internal::Execution::Call
  v8::internal::Execution::Call
  v8::Script::Run
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=windows_asan_d8&range=400530:400549

Minimized Testcase (0.18 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv97ROBH0KVcdKdJXLsQrtmAnJ8uVdQ1MHNfg2zXwdcDXkOV8mv-_0KTo78vxET-nEZsJzOxx2cn0egE7sIKfrLouHz56FCWCE7KhFiIzc_ldDmJHgzmoveXl5dOrCbzptPxQ8EPbglvIzKQj_6aJt_I44-mAvQ?testcase_id=6743363122626560
function __f_6() {
  function __f_2() {
    function __f_1() {
      function __f_4() {
        eval();
      }
      __f_4();
    }
    __f_1();
  }
  __f_2();
}
__f_6();
__f_6();


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 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