summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1496.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1496.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1496.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1496.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1496.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1496.toml
new file mode 100644
index 00000000..693e73a0
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1496.toml
@@ -0,0 +1,35 @@
+id = 1496
+title = "Multiple issues detected by the thread sanitizer build"
+state = "opened"
+created_at = "2023-02-16T17:25:59.822Z"
+closed_at = "n/a"
+labels = ["Storage", "Tests", "kind::Bug"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1496"
+host-os = "Ubuntu Linux"
+host-arch = "n/a"
+qemu-version = "n/a"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """Switching the tsan build in the CI from benchmark to check-unit revealed a bunch of issues even in our most basic tests."""
+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 = """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
+```"""