blob: 5cfe1e9ae104604c82a9aaabbb2c39d462e542f1 (
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
29
|
id = 1913
title = "Regression in 8.1.1: qemu-aarch64-static running ldconfig"
state = "closed"
created_at = "2023-09-28T19:00:33.931Z"
closed_at = "2025-02-19T02:48:16.239Z"
labels = ["linux-user", "target: arm", "workflow::Confirmed"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1913"
host-os = "Arch Linux"
host-arch = "x86_64"
qemu-version = "8.1.1"
guest-os = "n/a"
guest-arch = "n/a"
description = """Since updating to 8.1.1, qemu crashes when running ldconfig in my sysroot (It's a more or less default Ubuntu 22.04 arm64 rootfs)"""
reproduce = """1. Download the arm64 ubuntu base from https://cdimage.ubuntu.com/ubuntu-base/releases/jammy/release/
2. Extract it
3. Run `qemu-aarch64-static rootfs/sbin/ldconfig.real -r rootfs` where `rootfs` is where you extracted it with qemu 8.1.1
```bash
$ qemu-aarch64-static --version
qemu-aarch64 version 8.1.0
$ qemu-aarch64-static rootfs/sbin/ldconfig.real -r rootfs
<works>
$ sudo pacman -U /var/cache/pacman/pkg/qemu-user-static*-8.1.1*.zst
$ qemu-aarch64-static --version
qemu-aarch64 version 8.1.1
$ qemu-aarch64-static rootfs/sbin/ldconfig.real -r rootfs
<segfault>
```"""
additional = "n/a"
|