summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/output/runtime/1835693
blob: 1ccfe9701b33296ac7502c5d934f37b0935697f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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