summaryrefslogtreecommitdiffstats
path: root/results/classifier/118/none/1496
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/none/1496
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/1496')
-rw-r--r--results/classifier/118/none/149657
1 files changed, 57 insertions, 0 deletions
diff --git a/results/classifier/118/none/1496 b/results/classifier/118/none/1496
new file mode 100644
index 00000000..9f93bdf4
--- /dev/null
+++ b/results/classifier/118/none/1496
@@ -0,0 +1,57 @@
+graphic: 0.450
+performance: 0.418
+kernel: 0.248
+arm: 0.237
+device: 0.211
+PID: 0.210
+socket: 0.180
+vnc: 0.150
+permissions: 0.145
+ppc: 0.132
+i386: 0.102
+TCG: 0.089
+semantic: 0.088
+risc-v: 0.086
+register: 0.084
+network: 0.075
+files: 0.073
+boot: 0.073
+debug: 0.067
+hypervisor: 0.056
+mistranslation: 0.054
+user-level: 0.052
+x86: 0.042
+VMM: 0.041
+architecture: 0.041
+peripherals: 0.035
+assembly: 0.027
+KVM: 0.026
+virtual: 0.011
+
+Multiple issues detected by the thread sanitizer build
+Description of problem:
+Switching the tsan build in the CI from benchmark to check-unit revealed a bunch of issues even in our most basic tests.
+Steps to reproduce:
+1. configure --enable-tsan --cc=clang --cxx=clang++ --enable-trace-backends=ust --enable-fdt=system --disable-slirp
+2. make check-unit
+3. recoil in horror at the failures
+Additional information:
+From: https://gitlab.com/stsquad/qemu/-/jobs/3779216892
+
+```
+Summary of Failures:
+27/95 qemu:unit / rcutorture ERROR 3.83s exit status 66
+28/95 qemu:unit / test-rcu-list ERROR 5.28s exit status 66
+29/95 qemu:unit / test-rcu-simpleq ERROR 5.07s exit status 66
+30/95 qemu:unit / test-rcu-tailq ERROR 5.12s exit status 66
+32/95 qemu:unit / test-rcu-slist ERROR 5.07s exit status 66
+40/95 qemu:unit / test-logging ERROR 2.50s exit status 66
+52/95 qemu:unit / test-aio-multithread ERROR 9.53s exit status 66
+54/95 qemu:unit / test-thread-pool ERROR 7.22s exit status 66
+55/95 qemu:unit / test-bdrv-drain ERROR 2.37s exit status 66
+58/95 qemu:unit / test-blockjob ERROR 2.04s exit status 66
+60/95 qemu:unit / test-block-iothread ERROR 2.08s exit status 66
+74/95 qemu:unit / test-io-channel-command ERROR 0.10s killed by signal 13 SIGPIPE
+90/95 qemu:unit / test-replication ERROR 25.03s exit status 66
+93/95 qemu:unit / test-util-filemonitor ERROR 2.61s exit status 66
+```