Comment 4 for bug 1992653

Revision history for this message
Thomas Ward (teward) wrote :

I repro'd this on my Jammy amd64 baremetal.

Repro'd in Kinetic VM on the Jammy host:

1) Get dependencies:
  sudo apt install binfmt-support qemu-user-static qemu-user debian-ports-archive-keyring

2) Run the debstrap.
  sudo mmdebstrap --architectures=riscv64 --include="debian-ports-archive-keyring" sid ./rv "deb http://deb.debian.org/debian-ports/ sid main" "deb http://deb.debian.org/debian-ports/ unreleased main"

3) Try to enter chroot
  sudo chroot ./rv

4) SEGFAULT

I don't have trace but I have a .crash file. Which likely contains the trace. I could run apport-collect here if we want my data from the VM attached to the bug.