Issue metadata
Sign in to add a comment
|
CHECK failure: !v8::internal::FLAG_enable_slow_asserts || (object->IsSmi()) in objects-inl.h |
||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6307002863845376 Fuzzer: ochang_js_fuzzer Job Type: linux_d8_dbg Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !v8::internal::FLAG_enable_slow_asserts || (object->IsSmi()) in objects-inl.h Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_d8_dbg&range=53905:53906 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6307002863845376 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Jun 26 2018
To clusterfuzz sheriff...
,
Jun 26 2018
,
Jun 26 2018
,
Jun 26 2018
Unsure if this impacts stable or caused due to recent enabling of slow assert, please adjust impact and milestone labels if needed.
,
Jun 28 2018
Reduced repro ...
let a = [3.34];
function f() {}
a.shift();
f(...a);
,
Jun 28 2018
Caused by the following, crashes even before this change, but differently ... commit cb29d62068003e5138e957f3232872f7dfc33961 Author: Camillo Bruni <cbruni@chromium.org> Date: Wed Jun 6 11:42:25 2018 +0200 [CSA] Fix assertion in CallOrConstructDoubleVarargs with empty FixedArray Bug: chromium:850005 Change-Id: I287a274b86941e7d29705a24e479e4a02ecdfb07 Reviewed-on: https://chromium-review.googlesource.com/1088608 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#53546}
,
Jul 2
I think jkummerow@ fixed this recently by fixing the asserts. Will check.
,
Jul 2
Confirmed that jakob's CL fixes the failing check.
,
Jul 3
ClusterFuzz has detected this issue as fixed in range 54148:54149. Detailed report: https://clusterfuzz.com/testcase?key=6307002863845376 Fuzzer: ochang_js_fuzzer Job Type: linux_d8_dbg Platform Id: linux Crash Type: CHECK failure Crash Address: Crash State: !v8::internal::FLAG_enable_slow_asserts || (object->IsSmi()) in objects-inl.h Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_d8_dbg&range=53905:53906 Fixed: https://clusterfuzz.com/revisions?job=linux_d8_dbg&range=54148:54149 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6307002863845376 See https://github.com/google/clusterfuzz-tools for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Oct 8
This bug has been closed for more than 14 weeks. Removing security view restrictions. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Jun 26 2018Owner: machenb...@chromium.org
Status: Assigned (was: Untriaged)