diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/graphic/1913 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/graphic/1913')
| -rw-r--r-- | results/classifier/118/graphic/1913 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1913 b/results/classifier/118/graphic/1913 new file mode 100644 index 00000000..1aa6941c --- /dev/null +++ b/results/classifier/118/graphic/1913 @@ -0,0 +1,49 @@ +graphic: 0.943 +performance: 0.896 +device: 0.876 +user-level: 0.839 +arm: 0.824 +debug: 0.730 +architecture: 0.691 +socket: 0.677 +register: 0.664 +network: 0.603 +mistranslation: 0.595 +semantic: 0.578 +PID: 0.558 +boot: 0.538 +kernel: 0.531 +permissions: 0.526 +files: 0.520 +vnc: 0.493 +risc-v: 0.452 +peripherals: 0.446 +ppc: 0.419 +VMM: 0.351 +virtual: 0.328 +x86: 0.297 +TCG: 0.293 +hypervisor: 0.287 +assembly: 0.261 +i386: 0.217 +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> +``` |
