blob: 0a8f34f789240840d6c2efbc920cbc1ba68248e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
instruction: 0.626
runtime: 0.250
syscall: 0.124
x86_64 linux-user: setup_rt_frame: not implemented
Trying to run this binary (https://github.com/ethcore/parity/releases/download/v1.0.1/parity_linux_1.0.1-0_amd64.deb) under qemu-x86_64 on ARM, ends like this:
$ qemu-x86_64 parity --pruning fast
setup_rt_frame: not implemented
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
|