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
The change feca1de can cause it. @jserv, have you tried building with -DMEM_SIZE=0xFFFFFFFFULL for a larger memory size? I wonder if I am checking the same issue with you. After increasing the MEM_SIZE, these tests can be run on my ARM64 platform(Jetson AGX Orin Developer Kit).
The reason is the reserved memory chunk via mmap() is too small that makes function malloc() access the out-of-bound address in these tests. If we modify
to 0x8000000UL or larger value could fix this error.
Le's implement a temporary solution to support executing pre-compiled ELF executable files that aren't SDL-based, with more flexible memory constraint requirements. Later, we should move forward to effective memory management.
When I ran some standard benchmark programs on Ubuntu Linux (Arm64), several of them crashed with segmentation faults. Execution mode is interpreter.
Tested on
Known failure programs: (prebuilt ELF in directory
build/riscv32/
)The text was updated successfully, but these errors were encountered: