diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2628.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
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.toml | 28 |
1 files changed, 0 insertions, 28 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 deleted file mode 100644 index 828653799..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2628.toml +++ /dev/null @@ -1,28 +0,0 @@ -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""" |