-
Notifications
You must be signed in to change notification settings - Fork 111
Fail to run benchmark programs on Arm64/Linux #514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @jserv, I found these segmentation faults also happen on x86_64 platform. There could be some regression. |
The reason is the reserved memory chunk via Line 178 in 576f30a
to |
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. |
After the investigation, SDL-based, riscv-arch-test, and some executables in build/riscv32 need the |
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: