summary refs log tree commit diff stats
path: root/results/classifier/qwen3:32b/output/runtime/1835839
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:18:14 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:18:14 +0000
commit61361f925d4914a6608a0076e64cc2399311ed5f (patch)
tree6f717c2ff0b11d7493e60da9757818d119cfb541 /results/classifier/qwen3:32b/output/runtime/1835839
parent238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd (diff)
downloademulator-bug-study-61361f925d4914a6608a0076e64cc2399311ed5f.tar.gz
emulator-bug-study-61361f925d4914a6608a0076e64cc2399311ed5f.zip
add new results
Diffstat (limited to 'results/classifier/qwen3:32b/output/runtime/1835839')
-rw-r--r--results/classifier/qwen3:32b/output/runtime/183583924
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/qwen3:32b/output/runtime/1835839 b/results/classifier/qwen3:32b/output/runtime/1835839
new file mode 100644
index 00000000..c863d3fa
--- /dev/null
+++ b/results/classifier/qwen3:32b/output/runtime/1835839
@@ -0,0 +1,24 @@
+
+
+
+qemu-user: $0 incorrectly always reports absolute path
+
+We just ran into an issue with the Perl package on Debian/m68k when being built with qemu-user [1].
+
+The problem can be boiled down to qemu-user always reporting absolute paths for the shell variable $0 no matter on how the command was invoked.
+
+A simple reproducer is this:
+
+On normal system (no emulation):
+
+root@nofan:~> sh -c 'echo $0'
+sh
+root@nofan:~>
+
+On qemu-user:
+
+(sid-m68k-sbuild)root@nofan:/# sh -c 'echo $0'
+/bin/sh
+(sid-m68k-sbuild)root@nofan:/#
+
+> [1] https://lists.debian.org/debian-68k/2019/07/msg00007.html
\ No newline at end of file