On Thu, 3 Dec 2020 at 10:27, Tj (Elloe Linux) <ml.linux@elloe.vision> wrote: > > We're seeing this error on Ubuntu 20.04 amd64 host and aarch64 > qemu-aarch64-static chroot when executing 'aptitude': > > qemu:handle_cpu_signal received signal outside vCPU context > qemu:handle_cpu_signal received signal outside vCPU context > > Research led us to an identical issue report against qemu-m68k [0] where > it is reported this issue is resolved in 5.0.0+. > > Ubuntu 20.04 LTS currently ships v4.2 so I'm trying to identify the > commit(s) that resolved this issue so we can test a cherry-pick of the fix. > > Do you know which commit(s) addressed this?
You might try commits 365510fb860a91 / 9fcff3a67f2be53de2d / 6bc024e713fd35e. Otherwise, try a git bisect to see where your test case started working correctly. thanks -- PMM