ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.83k stars 277 forks source link

using box64, a segment error occurs when running the heaven program (GPU test program) in the Arm environment. #149

Open zhoukuansky opened 3 years ago

zhoukuansky commented 3 years ago

Problem:

using box64, a segment error occurs when running the heaven program (GPU test program) in the Arm environment.

Operation details:

  1. Related configuration: Linux aim-PC 4.19.0-arm64-server #4009 SMP Thu Jul 8 18:29:14 CST 2021 aarch64 GNU/Linux Operating system: UOS

  2. Pre test: In x86, write a simple C program that outputs "hello". Named as a "a.out". We copy it to the Arm, and use the command "box64. / a.out". It can see the normal output: “hello”.

    a.out

  3. A segment error occurred when running "box64 heavy" on the arm platform. The error is shown in the following figure:

error

ptitSeb commented 3 years ago

I reproduce the issue. I'll try to see what's going on there.

zhoukuansky commented 3 years ago

It is great. Thank you for your help. In the arm environment, we did not find a reliable GPU chart performance related test software. Your work is very helpful to me. Thanks again.

rajdakin commented 3 months ago

Is this fixed now?