Comment 3 for bug 1992653

Revision history for this message
Paride Legovini (paride) wrote (last edit ):

Thanks Björn for this bug report. I am not able to reproduce the issue. What I did is:

1. sudo apt install debian-ports-archive-keyrin
2. 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" # there's a missing bit in the reproducer command in the bug description, but I think I guessed it right
3. sudo chroot ./rv
4. Run `arch` to check it returns riscv64

This is on an up-to-date Kinetic amd64 system.

I think you did hit a bug here, but without a reproducer it's difficult for us to start working on it. Do you have any suggestion on how can we trigger the crash? Any relevant context? Thanks.