cfallin commented on issue #6820:
I've gone ahead and pushed some last fixes and edited the description so the squashed commit has a proper commit message.
cfallin commented on issue #6820:
@uweigand we seem to be getting an s390x-specific qemu error
../tcg/tcg.c:3244: tcg fatal error qemu: uncaught target signal 6 (Aborted) - core dumped error: test failed, to rerun pass `-p wasmtime-cli --test all`
in CI -- any thoughts?
cfallin commented on issue #6820:
(Trying again in case the qemu/tcg crash was spurious)
uweigand commented on issue #6820:
This does indeed appear to be a qemu bug. Running the full testsuite natively with this patch works fine.
When running under 7.2.0 qemu on Intel, I can reproduce the same TCG abort. It seems this a known problem fixed by this patch by @iii-i :
https://lists.gnu.org/archive/html/qemu-devel/2023-03/msg04880.html
which went into qemu 8.0.Backporting that fix makes the abort go away. Not sure why this particular patch exposed this bug - but that may just be some random effect of qemu register allocation ...
Last updated: Nov 22 2024 at 16:03 UTC