So I have this issue that I can’t seem to track down. For the last year or two I have had issues with my Jellyfin VM crashing on shutdown. The guest appears to shutdown normally and I get a black screen before Proxmox shows internal-error
Dmesg doesn’t have anything but this is the QEMU log:
Oct 12 14:59:26 homeserver4 QEMU[1279]: error: kvm run failed Bad address
Oct 12 14:59:26 homeserver4 QEMU[1279]: RAX=0000000000000000 RBX=ffffbceec3000000 RCX=0000000000000001 RDX=ffffbceec37f6de0
Oct 12 14:59:26 homeserver4 QEMU[1279]: RSI=00000000000fedbc RDI=ffff99499064e028 RBP=00000000000fedbc RSP=ffffbceec0417d10
Oct 12 14:59:26 homeserver4 QEMU[1279]: R8 =0000000000000016 R9 =ffff9949828b8074 R10=0000000000000005 R11=0000000000000001
Oct 12 14:59:26 homeserver4 QEMU[1279]: R12=0000000122f44001 R13=0000000000001244 R14=ffff9949828b8000 R15=0000000000000000
Oct 12 14:59:26 homeserver4 QEMU[1279]: RIP=ffffffffc088d111 RFL=00010202 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
Oct 12 14:59:26 homeserver4 QEMU[1279]: ES =0000 0000000000000000 ffffffff 00c00000
Oct 12 14:59:26 homeserver4 QEMU[1279]: CS =0010 0000000000000000 ffffffff 00a09b00 DPL=0 CS64 [-RA]
Oct 12 14:59:26 homeserver4 QEMU[1279]: SS =0000 0000000000000000 ffffffff 00c00000
Oct 12 14:59:26 homeserver4 QEMU[1279]: DS =0000 0000000000000000 ffffffff 00c00000
Oct 12 14:59:26 homeserver4 QEMU[1279]: FS =0000 0000000000000000 ffffffff 00c00000
Oct 12 14:59:26 homeserver4 QEMU[1279]: GS =0000 ffff994a39d00000 ffffffff 00c00000
Oct 12 14:59:26 homeserver4 QEMU[1279]: LDT=0000 0000000000000000 ffffffff 00c00000
Oct 12 14:59:26 homeserver4 QEMU[1279]: TR =0040 fffffe000003e000 00004087 00008b00 DPL=0 TSS64-busy
Oct 12 14:59:26 homeserver4 QEMU[1279]: GDT= fffffe000003c000 0000007f
Oct 12 14:59:26 homeserver4 QEMU[1279]: IDT= fffffe0000000000 00000fff
Oct 12 14:59:26 homeserver4 QEMU[1279]: CR0=80050033 CR2=0000555de1be5bd8 CR3=0000000126c7a000 CR4=000006e0
Oct 12 14:59:26 homeserver4 QEMU[1279]: DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000
Oct 12 14:59:26 homeserver4 QEMU[1279]: DR6=00000000fffe0ff0 DR7=0000000000000400
Oct 12 14:59:26 homeserver4 QEMU[1279]: EFER=0000000000000d01
Oct 12 14:59:26 homeserver4 QEMU[1279]: Code=d5 72 27 45 85 c0 74 17 31 c0 48 63 d0 48 01 ea 48 8d 14 d3 <4c> 89 22 83 c0 01 41 39 c0 75 eb 5b 5d 41 5c 41 5d c3 cc cc cc cc 44 89 e9 48 c7 c7 90 25
It looks like a qemu issue as far as I can tell. Does anyone have more information? I have had this issue on multiple Intel systems including a i7-6770k and a i8-8500. (I tested other systems but I can’t remember which now)