blob: 82865379996cee584451df71ed18bb79f17c42d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"""
|