summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2628.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2628.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2628.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2628.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2628.toml
new file mode 100644
index 00000000..82865379
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2628.toml
@@ -0,0 +1,28 @@
+id = 2628
+title = "dpkg-deb in userspace emulation crashes in compression routine (armv7, aarch64, s390) on some machines"
+state = "closed"
+created_at = "2024-10-20T13:49:19.019Z"
+closed_at = "2024-10-20T13:52:34.057Z"
+labels = []
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2628"
+host-os = "openSUSE Leap 15.6"
+host-arch = "x86_64 12th Gen Intel(R) Core(TM) i5-1240P"
+qemu-version = "7.1.0 8.2.6 9.1.0"
+guest-os = "debian stable (version 12)"
+guest-arch = "armv7, aarch64, s390"
+description = """chroot /scratch/debian-stable/ dpkg-deb -f /var/cache/apt/archives/dpkg_1.21.22_s390x.deb Version
+
+dpkg-deb: error: subprocess was killed by signal (Aborted), core dumped 
+
+chroot /scratch/debian-stable/ dpkg-deb -f /var/cache/apt/archives/dpkg_1.21.22_arm64.deb Version
+
+dpkg-deb: error: subprocess was killed by signal (Segmentation fault), core dumped 
+
+chroot /scratch/debian-stable/ dpkg-deb -f /var/cache/apt/archives/dpkg_1.21.22_armhf.deb Version
+
+dpkg-deb: error: subprocess was killed by signal (Segmentation fault), core dumped"""
+reproduce = """1. debootstrap --arch=arm64 stable /scratch/debian-stable
+2. chroot /scratch/debian-stable/ dpkg-deb -f /var/cache/apt/archives/dpkg_1.21.22_arm64.deb Version"""
+additional = """Working environment: Debian 12 x86_64 Linux 6.1.0-25-amd64 qemu 7.2.13 AMD E-450 APU
+
+chroot can be created on this machine, when transferred to the broken machine (including the qemu binary used for emulation) dpkg cannot extract packages and crashes"""