You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception(StorePageFault) va = 0xffffffffffffffe8 instruction = 0x1acfe
panicked at 'page fault!', src/interrupt.rs:76:5
rust-toolchain = nightly-2020-06-04
riscv = 21e32ee
In the meanwhile, multicore branch worked normally 15 days ago, but now it failed with page fault too. Given that the only change of it in the last two weeks was the update of riscv crate, so I think there maybe some bugs in it. Actually, I made it work again by rolling back the riscv version to c62af46.
The text was updated successfully, but these errors were encountered:
make run
on master branch, and it panicked with:In the meanwhile, multicore branch worked normally 15 days ago, but now it failed with page fault too. Given that the only change of it in the last two weeks was the update of riscv crate, so I think there maybe some bugs in it. Actually, I made it work again by rolling back the riscv version to c62af46.
The text was updated successfully, but these errors were encountered: