blob: aa5f679f07cfd03bc8feea438b4c898cada8a7f3 (
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
30
31
32
|
graphic: 0.943
instruction: 0.901
device: 0.876
socket: 0.677
other: 0.627
network: 0.603
mistranslation: 0.595
semantic: 0.578
boot: 0.538
vnc: 0.493
assembly: 0.261
KVM: 0.198
Regression in 8.1.1: qemu-aarch64-static running ldconfig
Description of problem:
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)
Steps to 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>
```
|