Navi 3 causes malloc(): unsorted double linked list corrupted
#518
Labels
bug
Something isn't working
malloc(): unsorted double linked list corrupted
#518
Running following MWE with Navi 3 as a target and
--check-bounds=yes
causes:After this the process just stalls until you kill it.
ASAN Julia build does not reproduce it.
This happens a lot when running tests at random places.
However in the following MWE it happens consistently at a random loop iteration.
This is on Julia 1.10-beta3 and ROCm 5.6 mixed-mode.
MWE:
The text was updated successfully, but these errors were encountered: