summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_arm/host_missing/accel_missing/2377
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_arm/host_missing/accel_missing/2377
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_arm/host_missing/accel_missing/2377')
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_missing/237725
1 files changed, 0 insertions, 25 deletions
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_missing/2377 b/gitlab/issues_text/target_arm/host_missing/accel_missing/2377
deleted file mode 100644
index a16ae1f16..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_missing/2377
+++ /dev/null
@@ -1,25 +0,0 @@
-Debootstrapping debian-bullseye arm64 segfaults with qemu >=8.1
-Steps to reproduce:
-1. Use qemu >= 8.1 (version <= 8.0.x work well)
-2. Install `debootstrap` package
-3. Run `sudo debootstrap --arch=arm64 bullseye root11-arm64`
-
-This fails to chroot into the system being debootstrapped:
-
-```
-$ sudo debootstrap --arch=arm64 bullseye root11-arm64
-...
-W: Failure trying to run: chroot "/home/3/root11" /sbin/ldconfig
-W: See /home/3/root11/debootstrap/debootstrap.log for details
-$ tail -n2 /home/3/root11/debootstrap/debootstrap.log
-qemu: uncaught target signal 11 (Segmentation fault) - core dumped
-/usr/share/debootstrap/functions: line 1092:  3869 Segmentation fault      chroot "/home/3/root11" "$@"
-```
-Additional information:
-Failure happens only when debootstrapping "bullseye" with "arm64" architecture.
-Older (e.g. <= "buster") and newer (e.g. > "bookworm") distros are deboostrapped OK.
-Other (e.g. "armhf" and others) architectures are debootstrapped OK.
-
-Qemu version <8.1 (e.g. 8.0.5 I use in Gentoo or versions in Debian <= bookworm) don't have the bug.
-
-Originally faced the issue with Gentoo host. Recently rechecked with Debian Trixie host.