Opened 13 years ago
Closed 13 years ago
#9922 closed defect (fixed)
Mounting /dev/cdrom, unmounting, and then running eject twice crashes the guest vm => Fixed in SVN
Reported by: | Telligent | Owned by: | |
---|---|---|---|
Component: | guest control | Version: | VirtualBox 4.1.6 |
Keywords: | eject guest crash | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
Mounting /dev/cdrom, unmounting, and then running eject twice crashes the guest vm.
VirtualBox: 4.1.6_OSEr74727 compiled from source with VNC support Host OS: Ubuntu 10.04.3 LTS with all updates applied Guest OS: CentOS release 5.7 (Final) with all updates applied
According to the logs, it looks like the guest vm was suspended but no suspend commands were run.
How to duplicate: ON HOST: VBoxManage storageattach "vmdu4" --storagectl "SATA Controller" --port 1 --device 0 --type dvddrive --medium /root/iso/VBoxGuestAdditions_4.1.6.iso
ON GUEST: mount /dev/cdrom /mnt cd /mnt cd umount /dev/cdrom eject /dev/cdrom eject /dev/cdrom
Upon the second eject, the guest vm will be unavailable.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | VBox.log.1 added |
---|
comment:1 by , 13 years ago
Summary: | Mounting /dev/cdrom, unmounting, and then running eject twice crashes the guest vm → Mounting /dev/cdrom, unmounting, and then running eject twice crashes the guest vm => Fixed in SVN |
---|
Thanks for this report! The fix will be included in the next maintenance release.