summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_missing/accel_missing/2580.toml
blob: ade96c8af20b41b87571ed0bbbe1a114474b60b8 (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
id = 2580
title = "qemu-aarch64_be 9.1.0 fails to run any Linux programs due to unreachable in gdb_find_static_feature()"
state = "closed"
created_at = "2024-09-20T11:15:14.158Z"
closed_at = "2024-10-28T14:17:40.132Z"
labels = ["GDB", "target: arm"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2580"
host-os = "Ubuntu 23.10"
host-arch = "x86_64"
qemu-version = "9.1.0"
guest-os = "n/a"
guest-arch = "n/a"
description = """```
❯ cat empty.c
void _start() {}
❯ clang empty.c -target aarch64_be-linux -nostdlib -fuse-ld=lld
❯ qemu-aarch64_be ./a.out
**
ERROR:../gdbstub/gdbstub.c:493:gdb_find_static_feature: code should not be reached
Bail out! ERROR:../gdbstub/gdbstub.c:493:gdb_find_static_feature: code should not be reached
fish: Job 1, 'qemu-aarch64_be ./a.out' terminated by signal SIGABRT (Abort)
```"""
reproduce = "n/a"
additional = "n/a"