summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/output/runtime/2101
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/runtime/2101
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/runtime/2101')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:70b/output/runtime/210120
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/output/runtime/2101 b/results/classifier/no-thinking-deepseek-r1:70b/output/runtime/2101
new file mode 100644
index 00000000..eefe4805
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:70b/output/runtime/2101
@@ -0,0 +1,20 @@
+
+
+
+[qemu-user/qemu-x86_64] run x86_64 'ls /' on aarch64 platform get wrong result
+Description of problem:
+```
+    qemu-x86_64 -L /tmp/ls-x86_64/root-x86_64-ls  /tmp/ls-x86_64/root-x86_64-ls/bin/ls  -l  /
+    ```
+get wrong result
+Steps to reproduce:
+1. copy /usr/bin/ls and the so library files it depends on from x86_64 platform to aarch64 platform
+2. qemu-x86_64 -L /path/to/x86_64/lib/root/dir  /path/to/ls  /  -l
+Additional information:
+Actual test script:
+```
+# host
+curl -Ls https://github.com/tcler/kiss-vm-ns/raw/master/utils/archive-ld-program.sh | sudo bash /dev/stdin ls
+scp  ls.x86_64.ash  root@jiyin-fedora-39_aarch64:
+ssh root@jiyin-fedora-39_aarch64 ./ls.x86_64.ash -l /
+```