diff options
Diffstat (limited to 'results/classifier/105/graphic/2580')
| -rw-r--r-- | results/classifier/105/graphic/2580 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/105/graphic/2580 b/results/classifier/105/graphic/2580 new file mode 100644 index 000000000..089226b17 --- /dev/null +++ b/results/classifier/105/graphic/2580 @@ -0,0 +1,25 @@ +graphic: 0.955 +instruction: 0.933 +device: 0.917 +network: 0.776 +vnc: 0.716 +boot: 0.681 +semantic: 0.637 +mistranslation: 0.599 +socket: 0.572 +other: 0.346 +KVM: 0.097 +assembly: 0.058 + +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) +``` |