summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/823.toml
blob: e7a7c6a1510e5da9ad303f9d327298344761fc51 (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
id = 823
title = "rcutorture: ../tests/unit/rcutorture.c:321: rcu_update_stress_test: Assertion `p != cp' failed."
state = "opened"
created_at = "2022-01-16T17:51:25.013Z"
closed_at = "n/a"
labels = ["Tests"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/823"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "6.2.0"
guest-os = "n/a"
guest-arch = "n/a"
description = """qemu rcutorture tests are failing when building qemu for Rawhide.  See the scratch build I did here and the follow log files:

https://koji.fedoraproject.org/koji/taskinfo?taskID=81316487
https://kojipkgs.fedoraproject.org//work/tasks/6509/81316509/build.log
https://kojipkgs.fedoraproject.org//work/tasks/6508/81316508/build.log
https://kojipkgs.fedoraproject.org//work/tasks/6510/81316510/build.log

The full error is:

```
MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} G_TEST_SRCDIR=/builddir/build/BUILD/qemu-6.2.0/tests/unit G_TEST_BUILDDIR=/builddir/build/BUILD/qemu-6.2.0/qemu_kvm_build/tests/unit tests/unit/rcutorture --tap -k
ERROR rcutorture - too few tests run (expected 2, got 0)
rcutorture: ../tests/unit/rcutorture.c:321: rcu_update_stress_test: Assertion `p != cp' failed.
make: *** [Makefile.mtest:1208: run-test-149] Error 1
```"""
reproduce = """1. Compile qemu and run the test suite."""
additional = """The only significant recent change since it was built successfully is adoption of GCC 12.  Could it be a change in compiler that causes this?"""