summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1738545
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1738545')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:32b/output/syscall/173854534
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1738545 b/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1738545
new file mode 100644
index 000000000..10955285a
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1738545
@@ -0,0 +1,34 @@
+
+
+
+Go binaries panic with "mmap errno 9" on qemu-user
+
+Go binaries panic with "mmap errno 9" on qemu-user.
+
+root@nofan:/# cat hello.go 
+package main
+
+import "fmt"
+
+func main() {
+    fmt.Println("hello world")
+}
+root@nofan:/# gccgo-7 hello.go -o hello
+root@nofan:/# ./hello 
+mmap errno 9
+fatal error: mmap
+
+runtime stack:
+mmap errno 9
+fatal error: mmap
+panic during panic
+
+runtime stack:
+mmap errno 9
+fatal error: mmap
+stack trace unavailable
+root@nofan:/#
+
+Tested with qemu from git master with Debian unstable for armel.
+
+Same binaries work fine on real hardware.
\ No newline at end of file