summary refs log tree commit diff stats
path: root/results/scraper/box64/1019
blob: 904e694a142a8090e9df111007bfe3342a2223b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
OpenMP: Symbo not Found
Hi I encountered the **symbol not found** issue when running the 675.xz_s workload in SPEC CPU 2017 using box64. I'm confused as to how this should be resolved and look forward to a reply. 

In addition, I am using SPEC CPU 2017 to compare the performance of box64 and FEX-emu.

```
root@9c2d8b47d826:~/657.xz_s/run/run_base_refspeed_i686-static-m64.0000# ~/box64/build/box64 ../../exe/xz_s_base.i686-static-m64 cpu2006docs.tar.xz 6643 055ce243071129412e9dd0b3b69a21654033a9b723d874b2015c774fac1553d9713be561ca86f74e4f16f22e664fc17a79f30caa5ad2c04fbc447549c2810fae 1036078272 1111795472 4
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Kunpeng-920 with 96 Cores
Params database has 27 entries
Box64 with Dynarec v0.2.5 b6633aa3 built on Oct  9 2023 05:29:49
Counted 17 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/:/usr/x86_64-linux-gnu/lib/
BOX64 BIN PATH: ./:bin/:/root/SPEC2017/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/
Looking for ../../exe/xz_s_base.i686-static-m64
argv[1]="cpu2006docs.tar.xz"
argv[2]="6643"
argv[3]="055ce243071129412e9dd0b3b69a21654033a9b723d874b2015c774fac1553d9713be561ca86f74e4f16f22e664fc17a79f30caa5ad2c04fbc447549c2810fae"
argv[4]="1036078272"
argv[5]="1111795472"
argv[6]="4"
Rename process to "xz_s_base.i686-static-m64"
Using native(wrapped) libgomp.so.1
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libdl.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) libresolv.so.2
Using native(wrapped) librt.so.1
Error: Symbol omp_get_thread_num not found, cannot apply R_X86_64_JUMP_SLOT @0x101838ea0 (0x2080) in /root/657.xz_s/exe/xz_s_base.i686-static-m64
Error: Symbol omp_get_max_threads not found, cannot apply R_X86_64_JUMP_SLOT @0x101838ec0 (0x20c0) in /root/657.xz_s/exe/xz_s_base.i686-static-m64
Error: Symbol omp_get_num_threads not found, cannot apply R_X86_64_JUMP_SLOT @0x101838f00 (0x2140) in /root/657.xz_s/exe/xz_s_base.i686-static-m64
Error: Symbol GOMP_parallel not found, cannot apply R_X86_64_JUMP_SLOT @0x101838f60 (0x2200) in /root/657.xz_s/exe/xz_s_base.i686-static-m64
SPEC CPU XZ driver: input=cpu2006docs.tar.xz insize=6643
Loading Input Data
Compressed size: 1287176; Uncompressed size: 9041920
SHA-512 of decompressed data compared successfully!
SHA-512 of input file: 5eec56e04269bcb81dd120f2f81299e973341e4a2579c146ccea7af4a74fbf7049966dd7fb91d6fbecfa2238d096a6ead91379e4a0c9bf11d5ec7d0472f369bf
Input data 6965690368 bytes in length
Compressing Input Data, level 4
FillBlock triggered a segfault at 0x20c0 from 0x34fc85bc
FillBlock at 0x20c0 triggered a segfault, canceling
FillBlock triggered a segfault at 0x20c0 from 0x34fc85bc
FillBlock at 0x20c0 triggered a segfault, canceling
5891|SIGSEGV @0x34f90dcc (???(../../exe/xz_s_base.i686-static-m64+0x34f90dcc)) (x64pc=0x20c0/???:"???", rsp=0x10203f348, stack=0x101840000:0x102040000 own=(nil) fp=(nil)), for accessing 0x20c0 (code=1/prot=87), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
RSP-0x20:0x1817171616151412 RSP-0x18:0x000000004a011a19 RSP-0x10:0xb229bab891314800 RSP-0x08:0x000000001f300003
RSP+0x00:0x0000000101803799 RSP+0x08:0x000000001f300003 RSP+0x10:0x000000004a011500 RSP+0x18:0x000000004a011540
RAX:0x0000000000000000 RCX:0x0000000000000010 RDX:0x0000000000000004 RBX:0x0000000000000028 
RSP:0x000000010203f348 RBP:0x0000000000000000 RSI:0x0000000000000004 RDI:0x0000000000400000 
 R8:0x0000000000000000  R9:0xe417d5726d58ca0c R10:0xf1f5d3c7321f3e1e R11:0x0000000101831280 
R12:0x0000000000000001 R13:0x0000000000000000 R14:0x0000000000000001 R15:0x000000004a011500 
ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 
Segmentation fault (core dumped)
```