New issue
Advanced search Search tips

Issue 649634 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 649078
Owner: ----
Closed: Sep 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug



Sign in to add a comment

args[1]->IsJSFunction() in runtime-internal.cc

Project Member Reported by ClusterFuzz, Sep 23 2016

Issue description

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

Fuzzer: mbarbella_js_mutation
Job Type: windows_asan_d8
Platform Id: windows

Crash Type: CHECK failure
Crash Address: 
Crash State:
  args[1]->IsJSFunction() in runtime-internal.cc
  V8_Fatal
  v8::internal::Runtime_EnqueuePromiseResolveThenableJob
  
Regressed: https://cluster-fuzz.appspot.com/revisions?job=windows_asan_d8&range=419839:420163

Minimized Testcase (0.13 Kb):
Download: https://cluster-fuzz.appspot.com/download/AMIfv95vbrPTegEROaPVdGbXqjflnY9CEpF94Ef4qDFcAu1Lbdaf_S_QwNLbnimOymhw08dy30h47rqtCcVrgq4aUpoUvORnLrqZvarFkpCLZiz8ilt8XJljebmowJKbkMbCd4qFx7x1-ciVvD57TmsTFGwao-eWiw?testcase_id=4945843700629504
let p = Promise.resolve();
Object.defineProperty(p, 'then', {
  get: () => new Proxy(function() {}, p)
});
new Promise((r) => r(p));


Issue manually filed by: mstarzinger

See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
 
Mergedinto: 649078
Status: Duplicate (was: Untriaged)
Already fixed. Again, Windows jobs decided to pick up the regression test but run it against earlier versions. :(
:(
Project Member

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