Scheduler fails to initialize entry task.
Closed this issue · 0 comments
DeanoBurrito commented
Unable to reliably reproduce this bug (may hint at a race condition). When building for riscv64 the final core to call Scheduler::RegisterCore()
fails to switch task immediately, resulting in the ASSERT_UNREACHABLE()
following that function call to fail (see the file CommonInit.cpp). This bug has been observed at all optimization levels and both compilers.