Issue metadata
Sign in to add a comment
|
CHECK failure: Type cast failed in CAST(key) at ../../src/code-stub-assembler.cc:7137 in code-a |
||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5259545244073984 Fuzzer: v8_builtins_generator Job Type: windows_asan_d8_dbg Platform Id: windows Crash Type: CHECK failure Crash Address: Crash State: Type cast failed in CAST(key) at ../../src/code-stub-assembler.cc:7137 in code-a v8::platform::PrintStackTrace v8::internal::CheckObjectType Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8_dbg&range=50413:50414 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5259545244073984 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Jan 9 2018
Regression range is accurate and points to 2ca420e46c1e6944e2f22b2a2414740aa01c5f3b. Unfortunately I cannot assign the issue to Choongwoo Han directly, assigning to Jakob instead. Reproduces nicely as follows ... $ ./out/x64.debug/d8 -e 'Reflect.has(new Uint8Array())' # # Fatal error in ../../src/compiler/code-assembler.cc, line 1580 # Type cast failed in CAST(key) at ../../src/code-stub-assembler.cc:7137 Expected String but found #undefined #
,
Jan 9 2018
The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/864372000ee790e170fb9456e92f7bf28d9a52e1 commit 864372000ee790e170fb9456e92f7bf28d9a52e1 Author: Choongwoo Han <cwhan.tunz@gmail.com> Date: Tue Jan 09 12:56:07 2018 [csa] Fix type casing in GetProperty The checked node and used node were mismatched. It checked if "var_unique" is a string, but it used "key" which may not be a string. Bug: v8:4911, v8:7161, chromium:800077 Change-Id: Ia2aee8b77ac33500430365a4800bf9cca40a28fc Reviewed-on: https://chromium-review.googlesource.com/855138 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Cr-Commit-Position: refs/heads/master@{#50435} [modify] https://crrev.com/864372000ee790e170fb9456e92f7bf28d9a52e1/src/code-stub-assembler.cc [add] https://crrev.com/864372000ee790e170fb9456e92f7bf28d9a52e1/test/mjsunit/regress/regress-crbug-800077.js
,
Jan 9 2018
,
Jan 9 2018
Testcase 5259545244073984 is a top crash on ClusterFuzz for windows platform. Please prioritize fixing this crash. Marking this crash as a Beta release blocker. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Jan 9 2018
Should be fixed by #3, waiting for verification.
,
Jan 10 2018
ClusterFuzz has detected this issue as fixed in range 50434:50435. Detailed report: https://clusterfuzz.com/testcase?key=5259545244073984 Fuzzer: v8_builtins_generator Job Type: windows_asan_d8_dbg Platform Id: windows Crash Type: CHECK failure Crash Address: Crash State: Type cast failed in CAST(key) at ../../src/code-stub-assembler.cc:7137 in code-a v8::platform::PrintStackTrace v8::internal::CheckObjectType Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=windows_asan_d8_dbg&range=50413:50414 Fixed: https://clusterfuzz.com/revisions?job=windows_asan_d8_dbg&range=50434:50435 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5259545244073984 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.
,
Jan 10 2018
ClusterFuzz testcase 5259545244073984 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Jan 10 2018
,
Jan 26 2018
,
Mar 27 2018
,
Apr 18 2018
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
, Jan 8 2018Labels: Test-Predator-Auto-CC