https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286875
--- Comment #11 from Siva Mahadevan <[email protected]> --- After pulling in https://gitlab.com/qemu-project/qemu/-/commit/591e848aca7af3b4d25af03ed5bd266c479054bf, `make test` inside `poudriere testport` is able to reproduce the error: =================================== 48/100 =================================== test: qemu:smoke / bsd-user-smoke start time: 17:15:30 duration: 0.01s result: exit status 1 command: MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=76 RUST_BACKTRACE=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 /wrkdirs/usr/ports/emulators/qemu-user-static-devel/work/qemu-bsd-user-5a4ebc4ae7f21b4191fcaf69ae64cc4a80f7db0b/tests/bsd-user-smoke/runit /wrkdirs/usr/ports/emulators/qemu-user-static-devel/work/.build /wrkdirs/usr/ports/emulators/qemu-user-static-devel/work/.build/tests/bsd-user-smoke ----------------------------------- stdout ----------------------------------- cmd failed: /wrkdirs/usr/ports/emulators/qemu-user-static-devel/work/.build/qemu-aarch64 /wrkdirs/usr/ports/emulators/qemu-user-static-devel/work/.build/tests/bsd-user-smoke/h.aarch64 ----------------------------------- stderr ----------------------------------- stk setup: Bad address ============================================================================== This happens with aarch64 in the test, and also with riscv64 when I try to run `poudriere bulk` with qemu-user-static. > @siva: Also, do you need qemu:keycodemapdb No we don't, I'll remove that from the patch shortly. I'll also post a PR to merge in 591e848aca7af3b4d25af03ed5bd266c479054bf. -- You are receiving this mail because: You are the assignee for the bug.
