ASSERT: (IsLoad() || opcode() == SpvOpStore || opcode() == SpvOpAccessChain || opcode() |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=6041147027488768 Fuzzer: libFuzzer_spvtools_opt_size_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: (IsLoad() || opcode() == SpvOpStore || opcode() == SpvOpAccessChain || opcode() spvtools::opt::Instruction::GetBaseAddress spvtools::opt::MemPass::GetPtr Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=579911:580305 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6041147027488768 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Nov 21
Automatically adding ccs based on OWNERS file / target commit history. If this is incorrect, please add ClusterFuzz-Wrong label.
,
Nov 21
,
Nov 26
The result value of OpArrayLength has to be an OpTypeInt, but it is not:
%43 = OpArrayLength %_ptr_Function__struct_7 %19 22
,
Nov 26
Should be fixed by https://github.com/KhronosGroup/SPIRV-Tools/pull/2117
,
Nov 27
,
Nov 28
ClusterFuzz has detected this issue as fixed in range 611371:611372. Detailed report: https://clusterfuzz.com/testcase?key=6041147027488768 Fuzzer: libFuzzer_spvtools_opt_size_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: (IsLoad() || opcode() == SpvOpStore || opcode() == SpvOpAccessChain || opcode() spvtools::opt::Instruction::GetBaseAddress spvtools::opt::MemPass::GetPtr Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=579911:580305 Fixed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=611371:611372 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=6041147027488768 See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information. If you suspect that the result above is incorrect, try re-doing that job on the test case report page.
,
Nov 28
ClusterFuzz testcase 6041147027488768 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue. |
||||||
►
Sign in to add a comment |
||||||
Comment 1 by ClusterFuzz
, Nov 21Labels: Test-Predator-Auto-Components