Hello
I found bugs in ProcessWrapper
try
externalKiosk := ProcessWrapper new.
externalKiosk startWithCommand: 'notepad'.
Do "externalKiosk terminate" twice. And image crashed without any logs
Do "externalKiosk finalize" twice.And image crashed without any logs but not immediately.
Besides I found that multiple starting and terminating ProcessWrapper and then saving image can corrupt it. And restarting image crashed by some failure of finalization process in ProcessWrapper plugin. (I see it in crash log).
I test it in Pharo 1.1 with stardart and cog VM