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
@jpalus I am trying to fix this. Could you find the way to know which memory-layout is used, such as cat /proc/cpuinfo? I haven't got an AArch64 machine.
Sakura286
added a commit
to Sakura286/BoxFort
that referenced
this issue
Aug 11, 2023
Fixed 'context.c' test failure on riscv64. See issue Snaipe#44.
Only riscv64 arch is affected in this commit, but you can modify
memory_addr_bits variable to support other memory schemes.
Nearly all of
criterion
tests fail onaarch64
with:That's because
BoxFort
assumes minimal address space for 64-bit hosts of 48-bit:BoxFort/src/arena.c
Lines 56 to 61 in a26074c
While on
aarch64
it is possible to to have 39-bit address space see https://www.kernel.org/doc/Documentation/arm64/memory.rstThe text was updated successfully, but these errors were encountered: