#18331 closed defect (duplicate)
Restoring 32bit Windows XP VM Saved State Fails => Fixed in SVN
Reported by: | DaveD | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.0.2 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description (last modified by )
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
Attachments (4)
Change History (15)
by , 6 years ago
comment:1 by , 6 years ago
by , 6 years ago
Attachment: | VBox.2.log added |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
I've tried to reproduce the crash with a Windows 7 32 bit VM, standard VM setting, but I couldn't.
comment:4 by , 6 years ago
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
by , 6 years ago
Attachment: | VBox_xp_sav.log added |
---|
comment:5 by , 6 years ago
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 by , 6 years ago
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
by , 6 years ago
Attachment: | VBox-CentOS7host-XPguest.log added |
---|
comment:9 by , 6 years ago
Description: | modified (diff) |
---|
comment:10 by , 6 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:11 by , 6 years ago
Summary: | 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.