Simulating the VM

Craig Latta craig at netjam.org
Sun Aug 28 17:09:16 UTC 2011


Hi Sean--

> I tried to simulate the VM by executing:
>
> 	InterpreterSimulator simulate: 'path/to/subject.image'.
>
> The spoon image hung after the transcript showed:
>
> <Running full GC ... done>
> Looking for module Flow ... loaded.............
> Looking for module MiscPrimitivePlugin ... loaded
>
> What should I do differently?

     That's the right behavior. :)  The subject image is headless, so
you won't see anything new on the display. And while the simulator is
running, the UI process of the image in which you're running it is
blocked. The simulated subject image is listening on (the real) TCP port
62982, waiting for another image to connect to it; you can see this by
checking the output of 'netstat -an' at a shell.


     thanks for trying this!

-C

--
Craig Latta
www.netjam.org/resume
+31   6 2757 7177
+ 1 415  287 3547



More information about the Spoon mailing list