summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/1738545
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 08:55:39 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 08:55:39 +0000
commit1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (patch)
tree90ceb50013ad28bab46e52731ec4ce1e70c32a57 /results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/1738545
parentc50b0c4da17b6e83640e4ed2380fffb5f507c846 (diff)
downloademulator-bug-study-1a3c4faf4e0a25ed0b86e8739d5319a634cb9112.tar.gz
emulator-bug-study-1a3c4faf4e0a25ed0b86e8739d5319a634cb9112.zip
add deepseek 70b result
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/1738545')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/173854534
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/1738545 b/results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/1738545
new file mode 100644
index 00000000..10955285
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:70b/output/manual-review/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