summary refs log tree commit diff stats
path: root/results/classifier/user-mode-bugs/1835693
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
commit96049c939b1916d80532630d63c14e04d5244f1d (patch)
tree7fb9df428f074078e714f1e038210cdff887185a /results/classifier/user-mode-bugs/1835693
parent40bbb77d4dfebff4f99c2f90b2c0db737b0ecc5a (diff)
downloadqemu-analysis-96049c939b1916d80532630d63c14e04d5244f1d.tar.gz
qemu-analysis-96049c939b1916d80532630d63c14e04d5244f1d.zip
lock user-mode and semantic-bugs
Diffstat (limited to 'results/classifier/user-mode-bugs/1835693')
-rw-r--r--results/classifier/user-mode-bugs/183569319
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/user-mode-bugs/1835693 b/results/classifier/user-mode-bugs/1835693
new file mode 100644
index 000000000..e67ff999a
--- /dev/null
+++ b/results/classifier/user-mode-bugs/1835693
@@ -0,0 +1,19 @@
+
+
+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
\ No newline at end of file