Opened 15 years ago
Closed 14 years ago
#4481 closed defect (fixed)
Virtualbox 2.2.4 GUI segmentation fault in linux (ubuntu 9.04) 64bit
Reported by: | Tiibiidii | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 2.2.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
The gui crashes with a segfault upon launching...
if i comment out a line in the .VirtualBox/VirtualBox.xml file the problem doesn't happen.
it first happened when i close virtualbox, detached an external usb hard drive containing some VDIs, and reopened virtualbox (this shouldn't be a problem, since the macosx version doesn't crash, neither linux version if i tweak the VirtualBox.xml)
this is the VirtualBox.xml segment:
{{{<MediaRegistry>
<HardDisks>
<HardDisk uuid="{97bd0a44-e7d7-49c4-939c-6901b9aafb43}" location="/media/disk/labviewwin2000.vdi" format="VDI" type="Normal">
<HardDisk uuid="{dea4a090-68b3-4845-b07c-1d815a9aede5}" location="/media/disk/VirtualBox/Machines/Windows2000/Snapshots/{dea4a090-68b3-4845-b07c-1d815a9aede5}.vdi" format="VDI"/>
</HardDisk> <HardDisk uuid="{b2858ffa-7cd9-4978-a46b-8acc98eee9f2}" location="/media/disk/Windows7.vdi" format="VDI" type="Normal"/> <HardDisk uuid="{e2bc6913-eb89-454b-e8a9-0cd21badffbd}" location="/media/disk/Windows2000.vdi" format="VDI" type="Normal">
<HardDisk uuid="{bad9adf9-f813-45e2-91e5-679247176aff}" location="/media/disk/VirtualBox/Machines/Windows2000/Snapshots/{bad9adf9-f813-45e2-91e5-679247176aff}.vdi" format="VDI">
<HardDisk uuid="{03afa011-ee40-429e-99bb-955a2c21a5bd}" location="/media/disk/VirtualBox/Machines/Windows2000/Snapshots/{03afa011-ee40-429e-99bb-955a2c21a5bd}.vdi" format="VDI"/>
</HardDisk>
</HardDisk> <HardDisk uuid="{d293fcc2-5e02-44dc-5a90-ca9b519071f4}" location="/home/dario/.VirtualBox/VDI/Arch.vdi" format="VDI" type="Normal"/>
</HardDisks> <DVDImages/> <FloppyImages/>
</MediaRegistry>}}}
if i change it to:
{{{<MediaRegistry>
<HardDisks>
<HardDisk uuid="{97bd0a44-e7d7-49c4-939c-6901b9aafb43}" location="/media/disk/labviewwin2000.vdi" format="VDI" type="Normal">
<HardDisk uuid="{dea4a090-68b3-4845-b07c-1d815a9aede5}" location="/media/disk/VirtualBox/Machines/Windows2000/Snapshots/{dea4a090-68b3-4845-b07c-1d815a9aede5}.vdi" format="VDI"/>
</HardDisk> <HardDisk uuid="{b2858ffa-7cd9-4978-a46b-8acc98eee9f2}" location="/media/disk/Windows7.vdi" format="VDI" type="Normal"/> <HardDisk uuid="{e2bc6913-eb89-454b-e8a9-0cd21badffbd}" location="/media/disk/Windows2000.vdi" format="VDI" type="Normal">
<HardDisk uuid="{bad9adf9-f813-45e2-91e5-679247176aff}" location="/media/disk/VirtualBox/Machines/Windows2000/Snapshots/{bad9adf9-f813-45e2-91e5-679247176aff}.vdi" format="VDI">
<!--HardDisk uuid="{03afa011-ee40-429e-99bb-955a2c21a5bd}" location="/media/disk/VirtualBox/Machines/Windows2000/Snapshots/{03afa011-ee40-429e-99bb-955a2c21a5bd}.vdi" format="VDI"/-->
</HardDisk>
</HardDisk> <HardDisk uuid="{d293fcc2-5e02-44dc-5a90-ca9b519071f4}" location="/home/dario/.VirtualBox/VDI/Arch.vdi" format="VDI" type="Normal"/>
</HardDisks> <DVDImages/> <FloppyImages/>
</MediaRegistry>}}}
VirtualBox starts fine...
I installed VirtualBox from the http://download.virtualbox.org/virtualbox/debian repository
I'll attach:
VirtualBox.xml
a .7z compressed core dump (18MB down to 992kB)
the VBox.log of the last VM run before the segmentation faults
Attachments (2)
Change History (4)
by , 15 years ago
Attachment: | VirtualBox.xml added |
---|
by , 15 years ago
comment:1 by , 15 years ago
installed virtualbox3 and the problem persists... but i've noticed that the gui crashes only when selecting (clicking) the VM that started the problem, so virtualbox crashes on startup if the last VM selected on a clean exit was this problematic VM... but otherwise it starts fine...
this is only a GUI problem: with "VBoxManage startvm" i managed to start the VM just fine...
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please reopen if still relevant. The latest release is VBox 3.2.12.
log of the last VM run