Opened 9 years ago
Closed 9 years ago
#15628 closed defect (fixed)
VirtualBox GUI "Aborts" VMs without GPU
Reported by: | mustafacan | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 5.1.0 |
Keywords: | Cc: | ||
Guest type: | all | Host type: | all |
Description
Steps to reproduce:
- Create a VM with any configuration.
- Remove VM's GPU with this command "VBoxManage modifyvm VM --graphicscontroller none"
- Start the VM with this command "VBoxManage.exe startvm VM --type headless"
At this point the VM will work without problems. You can connect to it with Serial or SSH to start working on it.
However, if you start the VirtualBox GUI at this point you'll receive an Application Error.
The instruction at 0x71105837 referenced memory at 0x00000010. The memory could not be read.
Click on OK to terminate the program
Then, GUI will Power off the VM instantly and show "Aborted" as VM's status.
(Note: I flagged this as critical, since powering off a VM without shutting down the Guest OS can result corruption of Guest OS.)
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | minidump and log.zip added |
---|
comment:1 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in VBox 5.0.26. Fix will also be available in the next 5.1.x maintenance release.