VirtualBox VM crashes whilst using debugger.

Discussions related to using VirtualBox on Windows hosts.
Post Reply
icarr
Posts: 1
Joined: 8. Nov 2008, 17:53

VirtualBox VM crashes whilst using debugger.

Post by icarr »

Hi I am using the Eclipse C/C++ tooling to debug a C application under Ubuntu 8.10 64Bit in a VirtualBox VM (2.0.4) under Vista 64.

Under the covers eclipse is running gdb.

Between 1 and 5 launches of my debug session the VirtualBox VM crashes out popping a box indicating that an error has occured. It offers the choice of stopping the VM or debugging.

Looking in the log files it generates it would appear that the error is something to do with:

Code: Select all

Guru Meditation -4005 (VERR_VMX_UNABLE_TO_START_VM)
Any assistance would be appreciated.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

This is a known bug. Debuggers seem to have problems when they are running in VB. It is currently under investigation as of why it happens and how to solve that. For the time being, do the debugging on a non-virtual machine.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply