diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/none/1130 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/108/none/1130')
| -rw-r--r-- | results/classifier/108/none/1130 | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/results/classifier/108/none/1130 b/results/classifier/108/none/1130 deleted file mode 100644 index d5e63cec..00000000 --- a/results/classifier/108/none/1130 +++ /dev/null @@ -1,44 +0,0 @@ -device: 0.532 -graphic: 0.467 -boot: 0.449 -socket: 0.412 -network: 0.385 -permissions: 0.382 -vnc: 0.364 -performance: 0.342 -PID: 0.316 -semantic: 0.220 -KVM: 0.184 -files: 0.127 -debug: 0.098 -other: 0.056 - -error on run qemu-system-aarch64 -icount shift=1,align=off,sleep=on -smp 2 -Description of problem: -This issue happen with the most recent version. -* Compile parameters: -``` -./configure --target-list=aarch64-softmmu --prefix=pwd/release --disable-werror --enable-lto --enable-capstone --enable-system --enable-fdt --disable-xen --disable-kvm --enable-plugins -``` -* run: -``` -qemu-system-aarch64 -nographic -machine virt -cpu cortex-a57 -icount shift=1,align=off,sleep=on -smp 2 -vnc :2 -m 4080 -kernel /home/yuzy/mywork/linux/linux-5.15.30/arch/arm64/boot/Image.gz -initrd /home/yuzy/mywork/build/rootfs.cpio.gz -``` -* error occurred: -``` -** -ERROR:../accel/tcg/tcg-accel-ops.c:79:tcg_handle_interrupt: assertion failed: (qemu_mutex_iothread_locked()) -Aborted (core dumped) -``` -Steps to reproduce: -1. run qemu-system-aarch64 -machine virt -cpu cortex-a57 -icount shift=1,align=off,sleep=on -smp 2 -m 4080 -kernel Image.gz -initrd rootfs.cpio.gz -2. it will assertion failed: (qemu_mutex_iothread_locked()) -Additional information: -The following two situations are good: -``` -qemu-system-aarch64 -machine virt -cpu cortex-a57 -icount shift=1,align=off,sleep=on -smp 1 -m 4080 -kernel Image.gz -initrd rootfs.cpio.gz -``` -``` -qemu-system-aarch64 -machine virt -cpu cortex-a57 -smp 2 -m 4080 -kernel Image.gz -initrd rootfs.cpio.gz -``` -I assume the issues are: gic |
