Issue metadata
Sign in to add a comment
|
Ill in v8::internal::compiler::RegisterAllocatorVerifier::DelayedAssessments::AddDelaye |
||||||||||||||||||||||||
Issue descriptionDetailed report: https://clusterfuzz.com/testcase?key=5153121645625344 Fuzzer: binaryen_wasm_fuzzer Job Type: linux_asan_d8_v8_arm_dbg Platform Id: linux Crash Type: Ill Crash Address: 0xf255fed7 Crash State: v8::internal::compiler::RegisterAllocatorVerifier::DelayedAssessments::AddDelaye v8::internal::compiler::RegisterAllocatorVerifier::ValidatePendingAssessment v8::internal::compiler::RegisterAllocatorVerifier::ValidateUse Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_asan_d8_v8_arm_dbg&range=51674:51675 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5153121645625344 Issue filed automatically. See https://github.com/google/clusterfuzz-tools for more information.
,
Sep 8
Automatically assigning owner based on suspected regression changelist https://chromium.googlesource.com/v8/v8/+/ad3d0ba83cc416b017a09fa22bd8c277c8862adb ([wasm] Add I64 Atomic binary operations for x64). If this is incorrect, please let us know why and apply the Test-Predator-Wrong-CLs label. If you aren't the correct owner for this issue, please unassign yourself as soon as possible so it can be re-triaged.
,
Sep 20
,
Sep 20
My expectation of this test is that it should fail with a compile error, but this crashes in code-gen instead. I suspect there's a potential race when using background compilation as using --num-wasm-compilation-tasks=0 behaves correctly. When using background threads, Liftoff identifies that there is a compile error, then falls through to Turbofan, Turbofan compiles, and identifies that there is a failure to create the graph, but continues to fetch and compile other units. Is there a reason this can't fail early when a compile error is encountered and should wait till the FinishCompilation phase? ahaas@, could you take a look?
,
Sep 20
,
Sep 20
ClusterFuzz testcase 5017242522353664 is verified as fixed, so closing issue as verified. If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.
,
Sep 27
ClusterFuzz testcase 4711625400254464 is still reproducing on tip-of-tree build (trunk). Please re-test your fix against this testcase and if the fix was incorrect or incomplete, please re-open the bug. Otherwise, ignore this notification and add ClusterFuzz-Wrong label.
,
Sep 28
,
Oct 4
ClusterFuzz has detected this issue as fixed in range 56359:56360. Detailed report: https://clusterfuzz.com/testcase?key=5153121645625344 Fuzzer: binaryen_wasm_fuzzer Job Type: linux_asan_d8_v8_arm_dbg Platform Id: linux Crash Type: Ill Crash Address: 0xf255fed7 Crash State: v8::internal::compiler::RegisterAllocatorVerifier::DelayedAssessments::AddDelaye v8::internal::compiler::RegisterAllocatorVerifier::ValidatePendingAssessment v8::internal::compiler::RegisterAllocatorVerifier::ValidateUse Sanitizer: address (ASAN) Regressed: https://clusterfuzz.com/revisions?job=linux_asan_d8_v8_arm_dbg&range=51674:51675 Fixed: https://clusterfuzz.com/revisions?job=linux_asan_d8_v8_arm_dbg&range=56359:56360 Reproducer Testcase: https://clusterfuzz.com/download?testcase_id=5153121645625344 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. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by ClusterFuzz
, Sep 8Labels: Test-Predator-Auto-Components