summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/graphic/2580
blob: 9206c5299688f296a1f2c116fa90ef3a8c4d4282 (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
graphic: 0.955
device: 0.917
PID: 0.876
network: 0.776
performance: 0.748
vnc: 0.716
debug: 0.703
boot: 0.681
semantic: 0.637
permissions: 0.583
socket: 0.572
files: 0.524
other: 0.346
KVM: 0.097

qemu-aarch64_be 9.1.0 fails to run any Linux programs due to unreachable in gdb_find_static_feature()
Description of problem:
```
❯ 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)
```