diff options
Diffstat (limited to 'gitlab/issues_text/target_arm/host_x86/accel_TCG/1581')
| -rw-r--r-- | gitlab/issues_text/target_arm/host_x86/accel_TCG/1581 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_arm/host_x86/accel_TCG/1581 b/gitlab/issues_text/target_arm/host_x86/accel_TCG/1581 new file mode 100644 index 000000000..7088d4778 --- /dev/null +++ b/gitlab/issues_text/target_arm/host_x86/accel_TCG/1581 @@ -0,0 +1,14 @@ +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. |