#18331 closed defect (duplicate)
Restoring 32bit Windows XP VM Saved State Fails => Fixed in SVN
回報者: | DaveD | 負責人: | |
---|---|---|---|
元件: | other | 版本: | VirtualBox 6.0.2 |
關鍵字: | 副本: | ||
Guest type: | Windows | Host type: | Linux |
描述 (由 作最後更新)
VM boots cleanly, and creates snapshot, .sav file is about 100M (not always same size), . When restoring VM from a saved state snapshot, it will always fail with the following:
00:00:02.244370 !!Assertion Failed!! 00:00:02.244370 Expression: !VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC) 00:00:02.244371 Location : /build/virtualbox/src/VirtualBox-6.0.2/src/VBox/VMM/VMMR3/PDM.cpp(1006) int pdmR3LoadExec(PVM, PSSMHANDLE, uint32_t, uint32_t) 00:00:02.244387 Stack : 00:00:02.244387 00007fbbbd936617 VBoxRT.so + 0x164617 00:00:02.244388
Guest Additions are current. I have recreated snapshot without any effect on the problem. This worked correctly with the same VM under 5.2.22 and before.
host os: arch linux kernel 4.20.3 guest os: windows xp 32bit
附加檔案 (4)
更動歷史 (15)
6 年 前 由 編輯
附檔: | 新增 VBox.2.log |
---|
comment:3 6 年 前 由 編輯
I've tried to reproduce the crash with a Windows 7 32 bit VM, standard VM setting, but I couldn't.
comment:4 6 年 前 由 編輯
error message is different then #18263 and resume reach 100% before throw the error. In my case, win xp, the odd thing is .sav file size, it's about 1/10 (100M) of memory assigned to vm (1GB), seem something get wrong during memory state saving. In attachment VBox.log of saved state, far as i can see i'ts all ok
6 年 前 由 編輯
附檔: | 新增 VBox_xp_sav.log |
---|
comment:5 6 年 前 由 編輯
I have version 6.0.4 and a Win XP VM:
Steps to reproduce: Create a save point for Win XP guest, close the VM, restore
Expected:Guest VM is restored and runs
Actual:Restore progress bar get close to 100%, error message pops up
Log:
00:00:01.794930 Expression: !VMCPU_FF_IS_SET(pVCpu, VMCPU_FF_INTERRUPT_PIC) 00:00:01.794931 Location : /home/vbox/vbox-6.0.4/src/VBox/VMM/VMMR3/PDM.cpp(1006) int pdmR3LoadExec(PVM, PSSMHANDLE, uint32_t, uint32_t) 00:00:01.794947 Stack : 00:00:01.794947 00007ffa8fef3d2c VBoxRT.so + 0x16cd2c
comment:6 6 年 前 由 編輯
I've done new tests on 6.0.4
- xp restore (fresh install + guest additions) NOT WORKING
00:00:02.244370 !!Assertion Failed!! 00:00:02.244370 Expression: !VMCPU_FF_IS_SET
- windows 10 restore (fresh install + guest additions) WORKING
6 年 前 由 編輯
comment:11 6 年 前 由 編輯
摘要: | Restoring 32bit Windows XP VM Saved State Fails → Restoring 32bit Windows XP VM Saved State Fails => Fixed in SVN |
---|
Confirmed for Windows 10 1803 host.