On Wed, Mar 15, 2023 at 05:16:10PM +0100, Laszlo Ersek wrote: > On 3/15/23 16:56, Gerd Hoffmann wrote: > > Hi, > > > >> ▶ 206/206 > >> ERROR:../tests/qtest/acpi-utils.c:158:acpi_find_rsdp_address_uefi: > >> code should not be reached ERROR > >> 206/206 qemu:qtest+qtest-aarch64 / qtest-aarch64/bios-tables-test > >> ERROR 706.75s killed by signal 6 SIGABRT > > > > mst? laszlo? Any hints how to debug that? > > > > Tried to start qemu manually with the command line I get from > > "make V=1 check-qtest-aarch64", that seems to start the uefi > > app from the iso image just fine ... > > This is strange, the search is supposed to continue for 600 seconds (see > TEST_DELAY and TEST_CYCLES). I've got no better idea than to run the > UEFI application, then dump the guest memory from the QEMU monitor, and > then fish around in it...
Turned out to be the numa test case only, and edk2 not booting due to small numa nodes. take care, Gerd