diff options
Diffstat (limited to 'results/scraper/box64/70')
| -rw-r--r-- | results/scraper/box64/70 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/results/scraper/box64/70 b/results/scraper/box64/70 new file mode 100644 index 000000000..594d70935 --- /dev/null +++ b/results/scraper/box64/70 @@ -0,0 +1,68 @@ +Google Chrome +I got this error while running: +``` +pi@pi4-arm64:~/Downloads/opt/google/chrome $ ./chrome +Box64 with Dynarec v0.1.3 9c441df built on Jul 23 2021 01:04:05 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 52 Env var +Looking for ./chrome +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using emulated libgobject-2.0.so.0 +Using emulated libglib-2.0.so.0 +Using emulated libnss3.so +Using emulated libnssutil3.so +Using emulated libsmime3.so +Using emulated libnspr4.so +Using native(wrapped) libatk-1.0.so.0 +Using native(wrapped) libatk-bridge-2.0.so.0 +Using native(wrapped) libSM.so.6 +Using native(wrapped) libICE.so.6 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libcups.so.2 +Using emulated libdrm.so.2 +Using native(wrapped) libdbus-1.so.3 +Using emulated libgio-2.0.so.0 +Using native(wrapped) libexpat.so.1 +Using native(wrapped) libm.so.6 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libXcomposite.so.1 +Using native(wrapped) libXdamage.so.1 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libxkbcommon.so.0 +Using emulated libgbm.so.1 +Using native(wrapped) libpango-1.0.so.0 +Using emulated libffi.so.8 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libpcre.so.3 +Using native(wrapped) libcairo.so.2 +Using native(wrapped) libasound.so.2 +Using native(wrapped) libatspi.so.0 +Using emulated libxshmfence.so.1 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using emulated libplc4.so +Using emulated libplds4.so +Using emulated libgmodule-2.0.so.0 +Using native(wrapped) libz.so.1 +Using emulated libmount.so.1 +Using emulated libselinux.so.1 +Using native(wrapped) libresolv.so.2 +Using emulated libblkid.so.1 +Using emulated libpcre2-8.so.0 +Using emulated libwayland-server.so.0 +Error: Global Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_GLOB_DAT @0x7fb2f6bc30 ((nil)) in ./chrome +Error: Global Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_GLOB_DAT @0x7fb2f6bc70 ((nil)) in ./chrome +Error: Global Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_GLOB_DAT @0x7fb2f6bc60 ((nil)) in ./chrome +Error: Global Symbol sdallocx not found, cannot apply R_X86_64_GLOB_DAT @0x7fb2f6bc68 ((nil)) in ./chrome +Error: Global Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_GLOB_DAT @0x7fb2f6bc78 ((nil)) in ./chrome +14940|SIGSEGV @0x7fa59a3dc8 (???(0x7fa59a3dc8)) (x64pc=0x7fab11c91f/./chrome:"???", rsp=0x7fa83a4020, stack=0x7fa7ba5000:0x7fa83a5000 own=(nil) fp=0x9f454450), for accessing 0x64977a18 (code=2/prot=0), db=0x9f498570(0x7fa59a3da0:0x7fa59a3e54/0x7fab11c910:0x7fab11c92d/???:clean, hash:4e915ce0/4e915ce0) handler=0x1 +Segmentation fault +``` \ No newline at end of file |