Changes between Initial Version and Version 1 of Ticket #13583, comment 1
- Timestamp:
- Nov 3, 2014 6:36:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13583, comment 1
initial v1 1 note, this does work:1 Note, this does work: 2 2 3 {{{ 3 4 VBoxManage.exe controlvm <uuid> savestate 4 5 VBoxManage.exe startvm <uuid> 6 }}} 5 7 6 8 It is only if I try to showvminfo after saving state that the vm is aborted 7 9 10 11 {{{ 8 12 VBoxManage.exe controlvm <uuid> savestate 9 13 VBoxManage.exe showvminfo <uuid> 10 (this crashes and leaves the vm aborted) 11 14 }}} 15 In this example showvminfo crashes as reported before and *after* that crash the vm is in the aborted state. 12 16 13 17 So it seems to me the part where vboxmanage crashes is the part to focus on. 18