Control: found -1 1:11.0.0+ds-2
On Wed, May 27, 2026 at 11:22:15AM -0400, Noah Meyerhans wrote:
> Package: qemu-user
> Version: 1:10.0.8+ds-0+deb13u1
The problem is also present in qemu 11 in unstable:
root@debootstrap-test:~# cat /etc/debian_version
forky/sid
root@debootstrap-test:~# apt policy qemu-user
qemu-user:
Installed: 1:11.0.0+ds-2
Candidate: 1:11.0.0+ds-2
Version table:
*** 1:11.0.0+ds-2 500
500 mirror+file:/etc/apt/mirrors/debian.list sid/main amd64 Packages
100 /var/lib/dpkg/status
root@debootstrap-test:~# chroot bullseye-rootfs /usr/bin/bash -c 'declare -i
count=0; while ldconfig && [ $count -lt 1000 ]; do count+=1; done ; echo "Done
after $count iterations"'
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
/usr/bin/bash: line 1: 15565 Segmentation fault ldconfig
Done after 8 iterations