ASSERT: !t->AsVoid() |
||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5170196421279744 Fuzzer: libFuzzer_spvtools_opt_legalization_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: !t->AsVoid() spvtools::opt::analysis::Function::Function spvtools::opt::analysis::TypeManager::RecordIfTypeDefinition Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=libfuzzer_chrome_asan_debug&range=579911:580305 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5170196421279744 Issue filed automatically. See https://chromium.googlesource.com/chromium/src/+/master/testing/libfuzzer/reference.md for more information.
,
Nov 8
Automatically adding ccs based on OWNERS file / target commit history. If this is incorrect, please add ClusterFuzz-Wrong label.
,
Nov 8
,
Nov 8
The problem is a Function type is defined with a void parameter:
%18 = OpTypeFunction %_struct_8 %void
,
Nov 14
,
Nov 15
ClusterFuzz has detected this issue as fixed in range 608061:608072. Detailed report: https://clusterfuzz.com/testcase?key=5170196421279744 Fuzzer: libFuzzer_spvtools_opt_legalization_fuzzer Job Type: libfuzzer_chrome_asan_debug Platform Id: linux Crash Type: ASSERT Crash Address: Crash State: !t->AsVoid() spvtools::opt::analysis::Function::Function spvtools::opt::analysis::TypeManager::RecordIfTypeDefinition 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=608061:608072 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5170196421279744 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 15
ClusterFuzz testcase 5170196421279744 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 8Labels: Test-Predator-Auto-Components