marker->IsSmi() in src/frames.cc |
||||||
Issue descriptionDetailed report: https://cluster-fuzz.appspot.com/testcase?key=5097556501069824 Fuzzer: decoder_langfuzz Job Type: linux_asan_d8_dbg Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: marker->IsSmi() in src/frames.cc Regressed: V8: r34570:34571 Minimized Testcase (7.55 Kb): https://cluster-fuzz.appspot.com/download/AMIfv94s3cPQ9bcOXH-xtQXO0nxhMP8B_9WPSRBctr9pzO2YJEvfP-1EXtRmNCh3PKA6DIHAFA4fq7d8NxJcSR_agRCCA4RpK_JUBUIlZXuLshTMp4pOix0iaCaNnEfV4SyA7l8Fx4U2rruyjhcm_mOgFpUG4yyGOA Filer: mstarzinger See https://dev.chromium.org/Home/chromium-security/bugs/reproducing-clusterfuzz-bugs for more information.
,
Apr 18 2016
Reproduces on TOT. There are two issues here: 1) Abort: Operand is not a smi. Investigating... 2) Assertion failure during JS call stack printing. This issue was introduced by https://codereview.chromium.org/1696043002. out/x64.debug/d8 --debug-code test.js ===== test.js ===== function load(a, i) { return a[i]; } function f2() { return load(new Proxy({}, {})) ; } f2(); f2(); load([11, 22, 33], 0); f2();
,
Apr 18 2016
,
Apr 19 2016
The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/28113880e317acdb374372b6dac101a46458fa46 commit 28113880e317acdb374372b6dac101a46458fa46 Author: ishell <ishell@chromium.org> Date: Tue Apr 19 08:56:53 2016 Fix polymorphic keyed load handler selection for proxies. BUG= chromium:603463 LOG=N Review URL: https://codereview.chromium.org/1894203002 Cr-Commit-Position: refs/heads/master@{#35607} [modify] https://crrev.com/28113880e317acdb374372b6dac101a46458fa46/src/ic/ic.cc [add] https://crrev.com/28113880e317acdb374372b6dac101a46458fa46/test/mjsunit/regress/regress-crbug-603463.js
,
Apr 19 2016
The fix mentioned in c#4 addresses "1) Abort: Operand is not a smi."
,
Jun 1 2016
Moving this nonessential bug to the next milestone. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Jun 13 2016
ClusterFuzz testcase is verified as fixed, closing issue. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Nov 22 2016
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 |
||||||
Comment 1 by ishell@chromium.org
, Apr 18 2016Status: Started (was: Available)