blob: e91d2604a03a8c76d3641afd1e350c09370515de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Otohits segfaults
Hello,
This [closed-source](https://cdndl.otohits.net/dl/OtohitsApp_5068_linux_portable.tar.gz) app segfaults. otohits-app should launch and control otohits-viewer, which is essentially an headless chromium. However it just crashes.
My sistem is a Raspberry Pi 4 with standard RaspiOS arm64.
```
Box64 with trace with Dynarec v0.1.3 5cc3512 built on Aug 22 2021 23:11:51
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 24 Env var
Looking for ./otohits-app
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) librt.so.1
0512|SIGSEGV @0x648eb670 (???(/usr/local/bin/box64/0x648eb670)) (x64pc=0xffffffffff600001/???:"???", rsp=0x7fa346f458, stack=0x7fa2c70000:0x7fa3470000 own=(nil) fp=0x7fa346f478), for accessing 0xffffffffff600000 (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)
Segmentation fault
```
[nodynarec.txt](https://github.com/ptitSeb/box64/files/7028179/nodynarec.txt)
[dynarec.txt](https://github.com/ptitSeb/box64/files/7028181/dynarec.txt)
|