Hi guys,

I am having this problem and it is very very easy to reproduce for me. And
it is in Mac, not Linux. I took a latest Pharo 2.0 image Latest update:
#20619, and a Mac VM of  Mar 13 2013. Open a workspace and evaluate:

Gofer it
smalltalkhubUser: 'PharoExtras' project: 'RFB';
configuration;
load.
(Smalltalk at: #ConfigurationOfRFB) load.
(Smalltalk at: #RFBServer) start.
Smalltalk snapshot: true andQuit: false

And it will freeze. If I save the image with the RFBServer running, my
image freezes. If the server is stopped while saving, there is no problem.
The hung seems to be AFTER the image save itself, because if I kill the
process and start again, the image was saved. Also...if you do SAVE AND
QUITE, it has NO PROBLEM. If I do Smalltalk snapshot: true andQuit: true.
 the image is saved and when I open it back, it is OK.






On Wed, Sep 4, 2013 at 2:46 PM, Marcus Denker <marcus.den...@inria.fr>wrote:

>
> On Sep 4, 2013, at 6:30 PM, p...@highoctane.be wrote:
>
> > I was using 2.0
> >
>
> Yes, this is what I understood from the original report.
>
>         Marcus
>
>


-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to