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_arm/host_missing/accel_missing/2377.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_arm/host_missing/accel_missing/2377.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/2377.toml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/2377.toml b/gitlab/issues/target_arm/host_missing/accel_missing/2377.toml deleted file mode 100644 index e8d2dcb3f..000000000 --- a/gitlab/issues/target_arm/host_missing/accel_missing/2377.toml +++ /dev/null @@ -1,35 +0,0 @@ -id = 2377 -title = "Debootstrapping debian-bullseye arm64 segfaults with qemu >=8.1" -state = "opened" -created_at = "2024-06-02T11:10:44.734Z" -closed_at = "n/a" -labels = ["linux-user", "target: arm"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2377" -host-os = "- Gentoo Linux" -host-arch = "AMD64" -qemu-version = "- 8.1.5, 8.2.3, 9.0.0" -guest-os = "n/a" -guest-arch = "n/a" -description = "n/a" -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 = """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.""" |