summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1835693
blob: 61b799340ac0f2e079af8cd11d9e4bebce1720c2 (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
instruction: 0.478
runtime: 0.317
syscall: 0.206



s390x binaries segfault

Hello World appears to segfault with qemu s390x, on a Debian 10.0.0 Buster amd64 host.

$ cat hello.cpp 
#include <iostream>
using std::cout;

int main() {
    cout << "Hello World!\n";
    return 0;
}

$ s390x-linux-gnu-g++ -o hello hello.cpp

$ qemu-s390x-static hello
Segmentation fault