blob: b067dac7a9eaf874cad3537d26d44e83254ae7d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
Windows 11 Guest keeps crashing with abort in cpu_asidx_from_attrs
Steps to reproduce:
1. Create Windows 11 guest, SWTPM, SECBOOT (haven't tested without since this is not an option for installing Windows 11)
2. Use OS
3. Will eventually crash. Have tried across multiple kernels 5.17, 5.18, 5.19
Additional information:
```
Stack trace of thread 76223:
#0 0x00007f24072d44dc n/a (libc.so.6 + 0x884dc)
#1 0x00007f2407284998 raise (libc.so.6 + 0x38998)
#2 0x00007f240726e53d abort (libc.so.6 + 0x2253d)
#3 0x00007f240726e45c n/a (libc.so.6 + 0x2245c)
#4 0x00007f240727d4c6 __assert_fail (libc.so.6 + 0x314c6)
#5 0x0000555681a35101 cpu_asidx_from_attrs (qemu-system-x86_64 + 0x572101)
#6 0x0000555681c6531e cpu_memory_rw_debug (qemu-system-x86_64 + 0x7a231e)
#7 0x0000555681bfb54a x86_cpu_dump_state (qemu-system-x86_64 + 0x73854a)
#8 0x0000555681d84a65 kvm_cpu_exec (qemu-system-x86_64 + 0x8c1a65)
#9 0x0000555681d85e48 kvm_vcpu_thread_fn (qemu-system-x86_64 + 0x8c2e48)
#10 0x0000555681fed0a8 qemu_thread_start (qemu-system-x86_64 + 0xb2a0a8)
#11 0x00007f24072d278d n/a (libc.so.6 + 0x8678d)
#12 0x00007f24073538e4 __clone (libc.so.6 + 0x1078e4)
```
```
KVM: entry failed, hardware error 0x80000021
If you're running a guest on an Intel machine without unrestricted mode
support, the failure can be most likely due to the guest entering an invalid
state for Intel VT. For example, the guest maybe running in big real mode
which is not supported on less recent Intel processors.
EAX=00000000 EBX=00000000 ECX=00000000 EDX=04c6d3e0
ESI=12af7eb0 EDI=9e55d420 EBP=821b5aa0 ESP=10db0fb0
EIP=00008000 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=1 HLT=0
ES =0000 00000000 ffffffff 00809300
CS =b500 7ffb5000 ffffffff 00809300
SS =0000 00000000 ffffffff 00809300
DS =0000 00000000 ffffffff 00809300
FS =0000 00000000 ffffffff 00809300
GS =0000 00000000 ffffffff 00809300
LDT=0000 00000000 000fffff 00000000
TR =0040 10d97000 00000067 00008b00
GDT= 10d98fb0 00000057
IDT= 00000000 00000000
CR0=00050032 CR2=f80ff80c CR3=e47e7000 CR4=00000000
DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000
DR6=00000000ffff0ff0 DR7=0000000000000400
EFER=0000000000000000
Code=qemu-system-x86_64: ../qemu-7.0.0/hw/core/cpu-sysemu.c:77: cpu_asidx_from_attrs: Assertion `ret < cpu->num_ases && ret >= 0' failed.
2022-09-06 14:48:15.392+0000: shutting down, reason=crashed
```
|