summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1729623
blob: 9929bd60453bef5af0622da4960ff68d646566bf (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
42
43
44
45
46
47
48
49
test-aio-multithread fails with 'Co-routine re-entered recursively'

git head is at fa73e146250181852c0915aa65df8d54d35485fa

configure with the following

./configure --enable-attr --enable-bsd-user --enable-cap-ng\
 --enable-coroutine-pool  --enable-crypto-afalg --enable-curl\
 --enable-curses --enable-debug --enable-debug-info\
 --enable-debug-tcg      --enable-fdt      --enable-gcrypt \
 --enable-gnutls      --enable-gprof      --enable-gtk  \
 --enable-guest-agent      --enable-kvm      --enable-libiscsi \
 --enable-libssh2      --enable-linux-aio      --enable-linux-user \
 --enable-live-block-migration      --enable-modules   \
 --enable-numa      --enable-pie      --enable-profiler \
 --enable-qom-cast-debug      --enable-rbd      --enable-replication  \
 --enable-seccomp      --enable-smartcard      --enable-stack-protector \
 --enable-system      --enable-tcg      --enable-tcg-interpreter  \
 --enable-tools      --enable-tpm      --enable-trace-backend=ftrace \
 --enable-user      --enable-vhost-net      --enable-vhost-scsi  \
 --enable-vhost-user      --enable-vhost-vsock      --enable-virtfs  \ 
 --enable-vnc      --enable-tpm      --enable-vnc-png   \
 --enable-vnc-sasl      --enable-werror      --enable-xfsctl \
 --enable-gcov --enable-debug-stack-usage

make -j 32

make test-aio-multithread V=1

...
File '/home/nasastry/qemu/include/qapi/qmp/qobject.h'
No executable lines

MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} gtester -k --verbose -m=quick tests/test-aio-multithread
TEST: tests/test-aio-multithread... (pid=86877)
  /aio/multi/lifecycle:                                                OK
  /aio/multi/schedule:                                                 Co-routine re-entered recursively
FAIL
GTester: last random seed: R02S681209ce87fc22715b41223212d9f6f0
(pid=86891)
  /aio/multi/mutex/contended:                                          OK
  /aio/multi/mutex/handoff:                                            OK
  /aio/multi/mutex/mcs:                                                OK
  /aio/multi/mutex/pthread:                                            OK
FAIL: tests/test-aio-multithread
make: *** [check-tests/test-aio-multithread] Error 1

Full log will be attached.