summary refs log tree commit diff stats
path: root/results/classifier/118/x86/2738
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/x86/2738
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/x86/2738')
-rw-r--r--results/classifier/118/x86/273840
1 files changed, 40 insertions, 0 deletions
diff --git a/results/classifier/118/x86/2738 b/results/classifier/118/x86/2738
new file mode 100644
index 00000000..f6622a96
--- /dev/null
+++ b/results/classifier/118/x86/2738
@@ -0,0 +1,40 @@
+x86: 0.953
+graphic: 0.912
+device: 0.818
+architecture: 0.780
+PID: 0.539
+files: 0.515
+performance: 0.511
+network: 0.394
+register: 0.384
+vnc: 0.344
+debug: 0.339
+boot: 0.315
+semantic: 0.284
+permissions: 0.276
+ppc: 0.257
+TCG: 0.245
+mistranslation: 0.224
+socket: 0.222
+arm: 0.169
+user-level: 0.145
+VMM: 0.134
+kernel: 0.133
+hypervisor: 0.125
+risc-v: 0.114
+peripherals: 0.109
+virtual: 0.082
+KVM: 0.020
+assembly: 0.018
+i386: 0.011
+
+golang 1.23 build hangs when running under qemu-user on x86_64 host
+Description of problem:
+Forwarded from https://github.com/golang/go/issues/70329.
+
+#
+Steps to reproduce:
+1. Setup qemu-user binfmt for a foreign ISA, for example, installs qemu-user-static-aarch64 on Fedora.
+2. Build the Dockerfile for specified arch: `podman build --arch aarch64 .`
+Additional information:
+