Message ID | 20230220032338.5619-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Mon, 20 Feb 2023 at 03:23, Richard Henderson <richard.henderson@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: -- PMM
On Tue, 21 Feb 2023 at 14:04, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Mon, 20 Feb 2023 at 03:23, Richard Henderson > <richard.henderson@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 -- PMM
On Tue, 21 Feb 2023 at 14:47, Peter Maydell <peter.maydell@linaro.org> wrote: > > On Tue, 21 Feb 2023 at 14:04, Peter Maydell <peter.maydell@linaro.org> wrote: > > > > On Mon, 20 Feb 2023 at 03:23, Richard Henderson > > <richard.henderson@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
On 2/21/23 05:52, Peter Maydell wrote: >> 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 Ah, the new linux-fork-trap test case is triggering a clang sanitizer abort within linux-user, i.e. exposing a latent bug: https://gitlab.com/qemu-project/qemu/-/jobs/3807471447#L5064 I'll drop that one for a moment, and we can decide how to fix that later. r~