summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1835693
blob: 2301bfb92d8bf521ff228bb8620d7d6d4355ea8a (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
graphic: 0.870
device: 0.644
boot: 0.491
files: 0.459
semantic: 0.422
PID: 0.418
other: 0.344
socket: 0.322
performance: 0.298
network: 0.280
debug: 0.248
permissions: 0.228
vnc: 0.220
KVM: 0.008

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

Does "make check-tcg" work in this case? It works for me here.

Which QEMU version are you using here? Can you reproduce this issue with the latest upstream QEMU ? ... otherwise, please report this issue to the Debian bug tracker instead.

[Expired for QEMU because there has been no activity for 60 days.]