Problem with virtual ram memory in Visual Studio 2010

Discussions about using Windows guests in VirtualBox.
Post Reply
FredrikSandgren
Posts: 1
Joined: 7. Dec 2010, 20:31
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: Windows 7 64

Problem with virtual ram memory in Visual Studio 2010

Post by FredrikSandgren »

Everytime i compile and debug inside vs 2010 i get the error you can see in the attached image.
I dont get that error on the host but i do on the guest.
I have disabled nested paging since one of the developers of visual studio said that it had know bugs with the memory.
I have tried to reinstall windows with both 32bit and 64bit but with the same result.
Any ideas on how i should proceed?
Attachments
FEL.png
FEL.png (21.71 KiB) Viewed 2177 times
massaslayer
Posts: 1
Joined: 22. Mar 2011, 10:31
Primary OS: MS Windows 7
VBox Version: OSE other
Guest OSses: MS Windows 7

Re: Problem with virtual ram memory in Visual Studio 2010

Post by massaslayer »

I have the same problem did you found a solution?
zcurtis
Posts: 1
Joined: 24. Mar 2011, 16:49
Primary OS: Mac OS X Leopard
VBox Version: OSE other
Guest OSses: Windows Server 2008 R2, Debian, Windows 7

Re: Problem with virtual ram memory in Visual Studio 2010

Post by zcurtis »

I too am having this issue. Only when running in virtual. Anybody have any ideas yet?
vbox4me2
Volunteer
Posts: 5218
Joined: 21. Nov 2008, 20:27
Location: Rotterdam
Contact:

Re: Problem with virtual ram memory in Visual Studio 2010

Post by vbox4me2 »

Does it happen when compiling, debugging or both at the same time? debugging often resorts to special calls to int-3 which inside a VM can result in a different situation. Any complete dumps to view? registers dump at crashtime? Can you simulate the code in a single source that would cause the crash? Is it specific 64bit code that is being compiled, is the compiler respecting code from data separation? Is the compiler trying to determine timing results from ram access for compiletime optimization? Any specific cpu instruction in use?
squall leonhart
Posts: 312
Joined: 21. Apr 2010, 10:39
Primary OS: MS Windows 7
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, 8, 10, Android x86

Re: Problem with virtual ram memory in Visual Studio 2010

Post by squall leonhart »

pretty sure the minimum requirements have a disclaimer underneath stating you might need an additioinal 512MB on top of the minimum req's when run in a vm.
Post Reply