X crashes when VirtualBox starts

Discussions related to using VirtualBox on Linux hosts.
Post Reply
SweetBella
Posts: 4
Joined: 20. Jun 2009, 18:21
Primary OS: Debian Lenny
VBox Version: OSE Debian
Guest OSses: Debian

X crashes when VirtualBox starts

Post by SweetBella »

Everytime that I use VirtualBox, the Xorg server crashes.
Is there any reason why this is happening.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: X crashes when VirtualBox starts

Post by Perryg »

Not enough information to be able to help.
Forum Posting Guideline
  • Please provide host and guest memory.
  • What are the VBox settings (all of them) for the guest?
  • What (if any) error messages are you getting?
SweetBella
Posts: 4
Joined: 20. Jun 2009, 18:21
Primary OS: Debian Lenny
VBox Version: OSE Debian
Guest OSses: Debian

Re: X crashes when VirtualBox starts

Post by SweetBella »

Code: Select all

1786m host
512m guest
32m vram guest

vbox 2.4

<!-- Sun xVM VirtualBox Machine Configuration -->
?
<VirtualBox version="1.3-linux">
?
<Machine uuid="{043c1255-d287-43f5-a2bd-b7d1b8bfbff8}" name="debian" OSType="linux26" lastStateChange="2009-06-20T15:59:44Z" aborted="true">
?
<ExtraData>
<ExtraDataItem name="GUI/SaveMountedAtRuntime" value="yes"/>
</ExtraData>
?
<Hardware>
?
<CPU>
<HardwareVirtEx enabled="false"/>
<PAE enabled="false"/>
</CPU>
<Memory RAMSize="512"/>
?
<Boot>
<Order position="1" device="Floppy"/>
<Order position="2" device="DVD"/>
<Order position="3" device="HardDisk"/>
</Boot>
<Display VRAMSize="32" MonitorCount="1"/>
?
<BIOS>
<ACPI enabled="true"/>
<IOAPIC enabled="false"/>
<Logo fadeIn="true" fadeOut="true" displayTime="0"/>
<BootMenu mode="MessageAndMenu"/>
<TimeOffset value="0"/>
<PXEDebug enabled="false"/>
<IDEController type="PIIX4"/>
</BIOS>
?
<DVDDrive passthrough="false">
<Image uuid="{dafcdb86-52c4-4c86-e58b-9074e69e987e}"/>
</DVDDrive>
<FloppyDrive enabled="true"/>
<USBController enabled="false" enabledEhci="false"/>
<SATAController enabled="false" PortCount="30" IDE0MasterEmulationPort="0" IDE0SlaveEmulationPort="1" IDE1MasterEmulationPort="2" IDE1SlaveEmulationPort="3"/>
?
<Network>
?
<Adapter slot="0" enabled="true" MACAddress="0800279B1522" cable="true" speed="0" type="Am79C973">
<NAT/>
</Adapter>
<Adapter slot="1" enabled="false" MACAddress="080027508604" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="2" enabled="false" MACAddress="080027F1DA64" cable="true" speed="0" type="Am79C973"/>
<Adapter slot="3" enabled="false" MACAddress="08002798D40F" cable="true" speed="0" type="Am79C973"/>
</Network>
?
<UART>
<Port slot="0" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
<Port slot="1" enabled="false" IOBase="0x3f8" IRQ="4" hostMode="Disconnected"/>
</UART>
?
<LPT>
<Port slot="0" enabled="false" IOBase="0x378" IRQ="4"/>
<Port slot="1" enabled="false" IOBase="0x378" IRQ="4"/>
</LPT>
<AudioAdapter controller="AC97" driver="Null" enabled="true"/>
<SharedFolders/>
<Clipboard mode="Bidirectional"/>
<Guest memoryBalloonSize="0" statisticsUpdateInterval="0"/>
</Hardware>
?
<HardDiskAttachments>
<HardDiskAttachment hardDisk="{eba6469e-4ec3-48d2-3a8a-5f6d83d3d469}" bus="IDE" channel="0" device="0"/>
<HardDiskAttachment hardDisk="{9bab1458-0c26-4b0c-438b-156d4d2c60f6}" bus="IDE" channel="0" device="1"/>
</HardDiskAttachments>
</Machine>
</VirtualBox>
When VBox starts, X-crashes. Automatic restarts are not part of X unless a key combination is hit.
GDB on an active X-server will cause a crash.
No other application causes this behavior.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: X crashes when VirtualBox starts

Post by Perryg »

First thing I would try to do is update your version of VirtualBox Version 1.3 is really old.
The other thing you would need to do is look at the xorg.0.log for stated errors.
SweetBella
Posts: 4
Joined: 20. Jun 2009, 18:21
Primary OS: Debian Lenny
VBox Version: OSE Debian
Guest OSses: Debian

Re: X crashes when VirtualBox starts

Post by SweetBella »

The upgrade fixed the VirtualBox problem.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: X crashes when VirtualBox starts

Post by Perryg »

Great! Enjoy.
Post Reply