ARgh, since this got integrated I keep crashing images...I'm just executing some OSSubprocess like this:process := OSSUnixSubprocess newcommand: 'ls';redirectStdout;runAndWaitOnExitDo: [ :command :outString | ^ outString ].and my image crashes with a:(scheduler could not find a runnable process)So this is messing up badly the scheduler. We have to fix this :/