summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1860056
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1860056')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:32b/output/runtime/186005623
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1860056 b/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1860056
new file mode 100644
index 000000000..441b6f4ad
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:32b/output/runtime/1860056
@@ -0,0 +1,23 @@
+
+
+
+mips binaries segfault
+
+Hello World appears to segfault with qemu mips, on a Debian 10.0.0 Buster amd64 host.
+
+Example:
+
+
+$ cat mips/test/hello.cpp 
+#include <iostream>
+using std::cout;
+
+int main() {
+    cout << "Hello World!\n";
+    return 0;
+}
+
+$ mips-linux-gnu-g++ -o hello hello.cpp && ./hello
+qemu: uncaught target signal 11 (Segmentation fault) - core dumped
+
+Note that 64-bit MIPS and little endian 32-bit MIPS qemu work fine. The problem is limited to big endian 32-bit MIPS.
\ No newline at end of file