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~