#8274 closed defect (duplicate)
VBox 4.0.2 delete snapshot error with running VM
Reported by: | cdp-ava | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 4.0.2 |
Keywords: | snapshot | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description
Host: Win7 x64 Guest: Win7 x32
Snapshots can be created via vboxmanage for the running image, but cannot be deleted while the virtual guest is running. For example:
Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\dbear>cd "\Program Files\Oracle\VirtualBox"
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe snapshot Win7 take backup1 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe snapshot Win7 delete backup1 0%... Progress state: RPC_E_SERVERFAULT VBoxManage.exe: error: Snapshot operation failed. No error message available! -=-=-=-=-=-=-= Once the guest is shut-down, the snapshot is then able to be deleted: C:\Program Files\Oracle\VirtualBox>VBoxManage.exe snapshot Win7 delete backup1 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Attachments (1)
Change History (6)
by , 14 years ago
comment:1 by , 14 years ago
Confirmed. Windows 64-bit host problem. Actually related to #8005 -- same problem even if it sounds different. But I will keep this ticket open.
comment:2 by , 14 years ago
Just out of curiosity - does the same (deleting a snapshot while the VM is running, 64bit windows host) work with VirtualBox 3.2? It uses pretty much the same code, and thus should also crash.
I wonder why no one reported this before, could be that 64bit windows is simply gaining lots of users lately.
comment:4 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Will mark this as a duplicate of #8349 (yes, your ticket is older but anyway...)
comment:5 by , 14 years ago
To be more verbose: This sounds different but both tickets have the same cause (Windows 64-bit hosts only).
Guest log file