diff options
Diffstat (limited to 'results/classifier/118/graphic/1581')
| -rw-r--r-- | results/classifier/118/graphic/1581 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1581 b/results/classifier/118/graphic/1581 new file mode 100644 index 000000000..ddcca26be --- /dev/null +++ b/results/classifier/118/graphic/1581 @@ -0,0 +1,44 @@ +TCG: 0.994 +graphic: 0.966 +i386: 0.843 +device: 0.704 +semantic: 0.625 +PID: 0.579 +architecture: 0.506 +performance: 0.491 +ppc: 0.468 +boot: 0.467 +x86: 0.425 +vnc: 0.419 +socket: 0.397 +debug: 0.365 +register: 0.355 +risc-v: 0.340 +network: 0.293 +files: 0.286 +arm: 0.282 +permissions: 0.277 +VMM: 0.274 +user-level: 0.271 +mistranslation: 0.243 +peripherals: 0.194 +hypervisor: 0.185 +virtual: 0.143 +assembly: 0.086 +KVM: 0.014 +kernel: 0.008 + +QEMU TCG crashes when running on windows +Description of problem: +QEMU crashes immediately after startup and shows an assertion failureļ¼ + +ERROR:C:/msys64/home/xxx/qemu/tcg/i386/tcg-target.c.inc:1085:tcg_out_addi_ptr: assertion failed: (64 == 32) + +Bail out! ERROR:C:/msys64/home/xxx/qemu/tcg/i386/tcg-target.c.inc:1085:tcg_out_addi_ptr: assertion failed: (64 == + 32) +Steps to reproduce: +NA +Additional information: +1. This problem only occurs when the host system is windows, and the same QEMU configuration does not have this problem when the host system is Linux. +2. This problem is related to the -smp parameter of QEMU. If the smp parameter is 1, this problem will not occur. +3. This problem does not exist in the QEMU version 7.2. |