diff options
Diffstat (limited to 'results/classifier/118/none/1921')
| -rw-r--r-- | results/classifier/118/none/1921 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/results/classifier/118/none/1921 b/results/classifier/118/none/1921 new file mode 100644 index 000000000..c90a86a55 --- /dev/null +++ b/results/classifier/118/none/1921 @@ -0,0 +1,60 @@ +graphic: 0.700 +debug: 0.691 +boot: 0.671 +permissions: 0.668 +performance: 0.653 +peripherals: 0.631 +architecture: 0.613 +register: 0.604 +TCG: 0.597 +risc-v: 0.593 +PID: 0.578 +semantic: 0.572 +files: 0.561 +user-level: 0.561 +KVM: 0.543 +ppc: 0.534 +assembly: 0.527 +vnc: 0.526 +hypervisor: 0.517 +device: 0.502 +socket: 0.486 +VMM: 0.484 +network: 0.478 +arm: 0.464 +x86: 0.461 +virtual: 0.458 +mistranslation: 0.452 +kernel: 0.416 +i386: 0.332 + +qemu-system-x86_64 segfaults in iotlb_to_section() on riscv64 +Description of problem: +QEMU segfaults when booting up the Arch Linux x86_64 installation ISO. The ISO could be downloaded from https://geo.mirror.pkgbuild.com/iso/2023.09.01/archlinux-2023.09.01-x86_64.iso or any other Arch Linux mirrors. + +The crash often happens after "Probing EDD...". It's more reliably reproducible with higher `-smp` numbers, and may hang with "rcu_preempt detected stalls" without the -smp option. +Additional information: +I have reproduced the same issues with different RISC-V hardware, including SG2042 and TH1520. + +Errors: +``` +qemu-system-x86_64: ../qemu-8.1.1/softmmu/physmem.c:2419: iotlb_to_section: Assertion `section_index < d->map.sections_nb' failed. +``` + +Backtrace: +``` +#0 0x0000003fa74f0ece in __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 +#1 0x0000003fa74f0f0e in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78 +#2 0x0000003fa74ba912 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 +#3 0x0000003fa74aa164 in __GI_abort () at abort.c:79 +#4 0x0000003fa74b54a4 in __assert_fail_base + (fmt=0x3fa7594c10 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x2ae1de0458 "section_index < d->map.sections_nb", file=file@entry=0x2ae1ddf980 "../qemu-8.1.1/softmmu/physmem.c", line=line@entry=2419, function=function@entry=0x2ae1f05f20 <__PRETTY_FUNCTION__.11> "iotlb_to_section") at assert.c:92 +#5 0x0000003fa74b54f8 in __assert_fail (assertion=0x2ae1de0458 "section_index < d->map.sections_nb", file=0x2ae1ddf980 "../qemu-8.1.1/softmmu/physmem.c", line=2419, function=0x2ae1f05f20 <__PRETTY_FUNCTION__.11> "iotlb_to_section") at assert.c:101 +#6 0x0000002ae1b69788 in iotlb_to_section () at ../qemu-8.1.1/softmmu/physmem.c:2419 +#7 0x0000002ae1b9d774 in io_writex () at ../qemu-8.1.1/accel/tcg/cputlb.c:1432 +#8 0x0000002ae1b9d924 in do_st_mmio_leN () at ../qemu-8.1.1/accel/tcg/cputlb.c:2755 +#9 0x0000002ae1ba127c in do_st_4 () at ../qemu-8.1.1/accel/tcg/cputlb.c:2921 +#10 do_st4_mmu () at ../qemu-8.1.1/accel/tcg/cputlb.c:3006 +#11 0x0000003f600dd7ec in code_gen_buffer () +#12 0x5f085e2755518600 in () +``` |