diff options
Diffstat (limited to 'results/scraper/box64/1026')
| -rw-r--r-- | results/scraper/box64/1026 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/results/scraper/box64/1026 b/results/scraper/box64/1026 new file mode 100644 index 000000000..0b4560418 --- /dev/null +++ b/results/scraper/box64/1026 @@ -0,0 +1,19 @@ +Unsupported Syscall +Hello! I'm trying to run a binary for numerical computing and ran into an unsupported syscall. I'm hoping to get some advice and I might try to implement it myself if needed. + +``` +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores +Params database has 28 entries +Box64 with Dynarec v0.2.5 6c95601 built on Oct 13 2023 14:52:50 +Counted 21 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for milkyway_nbody_1.82_x86_64-pc-linux-gnu__mt +argv[1]="-f" +argv[2]="EMD_v182_pal5_op.lua" +Rename process to "milkyway_nbody_1.82_x86_64-pc-linux-gnu__mt" +Error: Unsupported Syscall 0x26h (38) +Segmentation fault (core dumped) +``` + +From syscall number this looks like setitimer. \ No newline at end of file |