A virtual-machine is software emulating complete computer hardware. There are various applications that supply this functionality.
6
votes
6answers
12k views
java.lang.OutOfMemoryError: PermGen space
I am getting follwoing error frequently in eclipse IDE 3.2, how do I solve it
java.lang.OutOfMemoryError: PermGen space
java.lang.ClassLoader.defineClass1(Native Method)
...
15
votes
3answers
5k views
Java's Virtual Machine's Endianness
What endianness does Java use in its virtual machine? I remember reading somewhere that it depends on the physical machine it's running on, and then other places I have read that it is always, I ...
21
votes
5answers
6k views
Java's Virtual Machine and CLR
As a sort of follow up to the question called Differences between MSIL and Java bytecode?, what is the (major) differences or similarity in how the Java Virtual Machine works versus how the .NET ...
15
votes
5answers
4k views
How to write self-modifying code in x86 assembly
I'm looking at writing a JIT compiler for a hobby virtual machine I've been working on recently. I know a bit of assembly, (I'm mainly a C programmer. I can read most assembly with reference for ...
68
votes
6answers
29k views
Addressing localhost from a virtualbox virtual machine
I have a local test/development server (http, of course), listening to port 8000,
I'm working on Linux, so to test the page on IE6/7/8 etc I run a virtual machine using virtual box; I also need to ...
49
votes
13answers
98k views
Can I run a 64-bit VMware image on a 32-bit machine?
Can I run a 64-bit VMware image on a 32-bit machine?
I've googled this, but there doesn't seem to be a conclusive answer.
I know that it would have to be completely emulated and would run like a dog ...
7
votes
12answers
4k views
Emulate old PC?
I'm writing a Flash game, pretty intensive on CPU.
Besides optimizing it a lot, I would like to be able to play it as players on slow PC's will, because I have a good CPU and I would like to make it ...
14
votes
7answers
2k views
Is the CLR a virtual machine?
I read a book which referred .net CLR as virtual machine ? Can anyone justify this ? What is the reason we need the concept of virtual machines on some development platforms ?
Isn't it possible to ...
10
votes
1answer
4k views
How does a register based virtual machine work?
How does a register based virtual machine work?
I am looking for introduction to how a register based virtual machine works.
Can someone please help?
Thank you.
19
votes
10answers
1k views
Why are Virtual Machines necessary?
I was reading this question to find out the differences between the Java Virtual Machine and the .NET CLR and Benji's answer got me wondering why Virtual Machines are necessary in the first place.
...
7
votes
2answers
4k views
Android Understanding Heap Sizes
I'm fairly new to Android development and I can't seem to grasp the Java Out of Memory exception. I know it means that my app has gone over the VM budget but after Googling this many times I still ...
6
votes
1answer
1k views
Android VM crashes on Launch Mac
I have a problem.
I've been working with Android in Eclipse for the past 4-5 weeks now and never had a problem with the VM (they were slow, yes. But never crashed).
Now, I believe since 4.2 when I ...
7
votes
1answer
706 views
Why is it hard to beat AOT compiler with a JIT compiler (in terms of app. performance)?
I was thinking that JIT compilers will eventually beat AOT compilers in terms of the performance of the compiled code, due to the inherent advantage of JIT (can use information available only at ...
4
votes
2answers
2k views
How to write a virtual machine [closed]
I would like to learn how to write a small emulator/virtual machine. Does anyone know a good tutorial or a simpler project than qemu/virtualbox?
Thx
3
votes
2answers
3k views
WCF gets Access denied when the consumer try invoke a WCF service calls hosted on Virtual Machine
Problem
System.ServiceModel.Security.SecurityAccessDeniedException : Access is denied.
Relevant Stack lines (reduced)
Server stack trace:
at ...
6
votes
2answers
2k views
3
votes
1answer
405 views
What's the benefit of Parrot VM for end-users?
What's the benefit of the Parrot Virtual Machine for end-users (software developers)?
For example, if I could program against Perl or Python directly why would I bother programming for them under ...
2
votes
3answers
775 views
How to compile and run xv6 on windows?
We are being taught xv6 in our course. Currently we use to login to linux server of our school using putty in windows.
There we make changes in source of xv6 (using vim), then compile and run it in ...
2
votes
4answers
4k views
Remote debug error with GDB
I tried to remote debug an 32-bit application on x86_64 suse linux, but get this "remote register badly formatted" error.
I start up the gdbserver as listening on port 12345 (gdbserver ...
1
vote
1answer
157 views
AppFabric client Virtual Machine issue
we have AppFabric cache cluster server and I can work with it using my dev machine as client. In order to simulate different web servers accessing the cache cluster server, I created a VMWare Virtual ...
0
votes
2answers
857 views
Scripting using powerCLI Scripts
Is it possible to do scripting using powerCLI scripts to automate VM creation using notepad? or any powerCLI developing tool?
How to go about studying PowerCLI scripting from scratch to automate VM ...
18
votes
9answers
7k views
registers vs stacks
What exactly are the advantages and disadvantages to using a register-based virtual machine versus using a stack-based virtual machine?
To me, it would seem as though a register based machine would ...
20
votes
4answers
3k views
How does Parrot compare to other virtual machines?
Parrot is the virtual machine originally designed for Perl 6.
What technical capabilities does the Parrot VM offer that competing virtual machines such as the Java Virtual Machine (JVM)/Hotspot VM ...
11
votes
1answer
673 views
Double checked locking in Android
According to many, the somewhat common Double-Checked Locking idiom is broken for java unless you're running 1.5 or later and use the volatile keyword.
A broken double-checked lock sample:
// Broken ...
8
votes
4answers
318 views
How to find out what optimizations the JVM applied to my code?
The JVM (especially the HotSpot VM) is famous for having a huge number of optimizations it can apply at runtime.
Is there a way to look at a certain piece of code and see what the JVM has actually ...
3
votes
2answers
1k views
Azure: Is there any way to deploy different instance sizes for test/production
I have a Windows Azure site which is deployed to two separate hosted services. One for test, one for production. When we're ready to push to production, we spin up a staging deployment in the ...
1
vote
2answers
1k views
Seeking virtual machine with Xdebug working for PHP in Netbeans
I have followed many user guides, spent many a long hour, read these questions on S.O
How to debug PHP with netbeans and Xdebug
How to debug PHP with netbeans and Xdebug in Windows?
How do you debug ...
3
votes
1answer
235 views
Performance improvement strategies for VM / interpreter?
I have written a simple VM in C, using a simple switch of instructions, without any instruction decoding whatsoever, but performance is terrible.
For simple aritmetic operations the VM is about 4000 ...
3
votes
2answers
106 views
Good literature about making a VM
I'm interested in making a Virtual Machine that would translate my opcode into an executable form. But I'm unsure where to start. So, are there any good books or links about design and inner workings ...
3
votes
8answers
1k views
searching for a programming platform with hot code swap
I'm currently brainstorming over the idea how to upgrade a program while it is running. (Not while debugging, a "production" system.)
But one thing that is required for it, is to actually submit the ...
2
votes
2answers
2k views
java constant pool
I am currently trying to dig deeper into the specification of the Java Virtual Machine. I have been reading Inside the JVM book online and there is one confusing abstraction I can't seem to grasp: ...
2
votes
2answers
1k views
Windows Phone 7 emulator - won't run in a virtual machine, workarounds?
Macbook Pro 2011 i7 13". Mac OSX 10.6.7, bootcamp partition running Windows 7. Am running a 240GB SSD and 8GB ram, the computer is more than fast enough to run Visual Studio 2010 in a VM.
If I run ...
5
votes
3answers
266 views
How can I compile and run this 1989 written C program?
I found this amazing piece of work by Arthur Whitney - http://www.jsoftware.com/jwiki/Essays/Incunabulum
It compiled with a few warnings
$ gcc-4.7 incuna.c -o incuna.o
incuna.c: In function 'ma':
...
3
votes
1answer
413 views
In an Azure Linux VM, what persists? what disk is charged for?
I created a Small Linux VM in Microsoft's Azure. I also created a 20GB BLOB and mounted it as a filesystem.
On my VM, I see the following:
root filesystem: about 28GB
boot filesystem: about 500MB ...
2
votes
2answers
2k views
What are the benefits of a Hypervisor VM?
I'm looking into using virtual machines to host multiple OSes and I'm looking at the free solutions which there are a lot of them. I'm confused by what a hypervisor is and why are they different or ...
1
vote
3answers
1k views
How do I package an existing VM that was not created using vagrant up command?
I installed a VirtualBox and then installed a Ubuntu 12.10 Server Base OS in it. I have installed all kinds of php packages and other packages in it. My friends recommended me to use Vagrant so I can ...
1
vote
4answers
6k views
Running virtual machines on USB stick? [closed]
Has anyone any experience on running virtual machines on an USB stick?
Today, I have several development servers running in virtual instances on my external eSata 7200rpm 2.5" disk.
However, I have ...
1
vote
2answers
935 views
Simple Interpreted Language Design & Implementation
I need some resources for implementing a simple virtual machine and interpreted language. Something that is pratical is most useful. I have read the Virtual Machine Implementation book and found ...
0
votes
2answers
4k views
Android x86 on VirtualBox: Android Connected But Not Online
I am trying to configure a Android x86 running machine using Oracle VirtualBox so that it works with Eclipse. I am having some trouble in making my virtual machine "online". I connected the phone to ...
0
votes
0answers
80 views
Problems launching a virtual machine using the android avd manager [duplicate]
Possible Duplicate:
Problems launching Android java project in a Android Virtual Machine using Eclipse
I have installed and set up Eclipse and the plugin ADT in order to work with Android ...
6
votes
5answers
8k views
Developing on Mac vs. using virtual machine on windows based PC?
I am trying to set up a project to develop an iPad application for the company I develop for. I am relatively new to iOS development and just recently got a not too old, not too new either iMac. My ...
3
votes
1answer
630 views
Debugging Windows Kernel from Linux
I used to debug the Windows Kernel using VirtualKD, WinDBG and a single Virtual Machine.
Recently I got a Linux machine, and now I wonder- What's the easiest way to debug the Windows Kernel when your ...
3
votes
4answers
3k views
VirtualBox: extend partition
I have virtualbox-4.1.0 with centos-5.6 installed in. Now I would like to extend the VM image, which I previously allocated for virtual machine installation, it was 8Gb, that's not enough now. Is ...
3
votes
1answer
145 views
Wastage of resources in Virtualization
I am not sure if this is the write place to ask the question. However i hope it is.
When looking for a VPS earlier today, I was trying to understand how each container would work in the background. ...
3
votes
3answers
908 views
Remote linux server to remote linux server large sparse files copy - How To?
I have two twins CentOS 5.4 servers with VMware Server installed on each.
What is the most reliable and fast method for copying virtual machines files from one server to the other, assuming that I ...
2
votes
1answer
139 views
Error when trying to load Android 1.6 virtual device from eclipse
I am self leaning Java rookie
and I doth (as in Shakespeare 'Doth')received the following error message back when trying to start the Android 1.6 VM( The reason I am using Android 1.6 and not later ...
2
votes
3answers
385 views
Is there a way to get a list of processes running on a local virtual machine?
I've got a virtual machine running on Windows 7 called "VirtualXP-12345". I tried using
System.Diagnostics.Process.GetProcesses("VirtualXP-12345")
from the host machine but that doesn't work. ...
2
votes
1answer
2k views
Can't access Visual Studio project from IP, only http://localhost
I'm running a project in visual studio. I hit run and it launches IE pointing at http://localhost:1267
If I try to visit http://10.211.55.3:1267 (the machine's IP), I get nothing, even when visiting ...
2
votes
5answers
196 views
Java: multiple ++-increases in one line. Which one first?
Hey,
I have the following two lines of code:
result[i] = temp[i] + temp[i + 1] + " " + temp[i + 2];
i += 2;
I am wondering if this line of code would do the same:
result[i] = temp[i] + ...
2
votes
3answers
546 views
Sandbox Virtual Machine for an Application (concept)
I'd like to write a sandbox virtual machine for executing a compiled program. My goal is to isolate that program from the rest of operating system and control its execution so that it can't do ...

