blob: 657444fba604457ba676fdd26b5ad5f546245906 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
graphic: 0.757
device: 0.725
performance: 0.675
debug: 0.451
files: 0.419
semantic: 0.357
permissions: 0.272
PID: 0.158
vnc: 0.154
boot: 0.138
mistranslation: 0.086
architecture: 0.083
virtual: 0.082
user-level: 0.079
register: 0.075
TCG: 0.070
x86: 0.064
ppc: 0.063
i386: 0.058
socket: 0.031
peripherals: 0.029
network: 0.021
assembly: 0.020
arm: 0.019
risc-v: 0.015
VMM: 0.010
hypervisor: 0.009
kernel: 0.002
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
```
|