summary refs log tree commit diff stats
path: root/results/classifier/105/instruction/2903
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/instruction/2903')
-rw-r--r--results/classifier/105/instruction/290324
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/2903 b/results/classifier/105/instruction/2903
new file mode 100644
index 000000000..168935e85
--- /dev/null
+++ b/results/classifier/105/instruction/2903
@@ -0,0 +1,24 @@
+instruction: 0.800
+graphic: 0.757
+device: 0.725
+semantic: 0.357
+vnc: 0.154
+boot: 0.138
+mistranslation: 0.086
+socket: 0.031
+network: 0.021
+assembly: 0.020
+other: 0.014
+KVM: 0.001
+
+Data Race in assertion in aio-posix.c
+Description of problem:
+Potential data races in the assertion in `test-aio-multithread` were identified using TSAN.
+Steps to reproduce:
+```sh
+QEMU_BUILD_DIR=<path to the QEMU build directory>
+QEMU_DIR=<path to the QEMU repository directory>
+configure --enable-tsan --cc=clang --cxx=clang++ --enable-trace-backends=ust --enable-fdt=system --disable-slirp
+make tests/unit/test-bdrv-drain
+MALLOC_PERTURB_=102 G_TEST_SRCDIR=$QEMU_BUILD_DIR/tests/unit G_TEST_BUILDDIR=$QEMU_BUILD_DIR/tests/unit $QEMU_BUILD_DIR/tests/unit/test-aio-multithread --tap -k
+```