summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1835693
blob: e7338400e21eeede841c70351f0a2826fce42f82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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