In my app I need update pharo image with some resources (new package, icons,
configs...) remotelly.
After updating I need save image session. For that app show user some
special screen, save image and return to ussual app state.

My app has process that do system changes when needed and "commit" it as I
wrote.

I do something like

[self blockUI.
self doUpdate.
SmalltalkImage current snapshot: true andQuit: false.
self unblockUI.
] fork

And sometimes after image restart I have image crash due to some world cicle
activity and freetype plugin failure.

I try little [SmalltalkImage current snapshot: true andQuit: false] fork
code from workspace. And situation same - sometimes image cant restart.

I never see that when I save image manually.

What is correct way to save image for my purpose?
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to