On Tue, 21 Feb 2023 at 14:47, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Tue, 21 Feb 2023 at 14:04, Peter Maydell <peter.mayd...@linaro.org> wrote: > > > > On Mon, 20 Feb 2023 at 03:23, Richard Henderson > > <richard.hender...@linaro.org> wrote: > > > > > > The linux-user patches are on the tcg-ish side of user-only > > > emulation, rather than the syscall-ish side, so queuing here. > > > Solving the deadlock issue is quite important vs timeouts. > > > > aarch64 host, aarch64 guest, segfault on bti-3 in tcg-tests: > > > > https://gitlab.com/qemu-project/qemu/-/jobs/3806772144 > > > > TEST bti-3 on aarch64 > > Segmentation fault > > make[1]: *** [Makefile:170: run-bti-3] Error 139 > > > > Might be a pre-existing intermittent :shrug: > > It didn't happen on a rerun. But here's another one, clang-user build, > on the new test case: > > https://gitlab.com/qemu-project/qemu/-/jobs/3806772115 > > TEST linux-fork-trap-with-libsyscall.so on s390x > qemu: uncaught target signal 4 (Illegal instruction) - core dumped
This one fails consistently, so not an intermittent. Here's the retry job: https://gitlab.com/qemu-project/qemu/-/jobs/3807471447 -- PMM