diff -r 45600d443847 -r 86fa4bf29d65 ProcessorScheduler.st --- a/ProcessorScheduler.st Mon Nov 07 11:06:34 2016 +0100 +++ b/ProcessorScheduler.st Mon Nov 07 11:28:39 2016 +0100 @@ -3788,7 +3788,9 @@ "/ (and anyTimeouts is false, which means that no timeout blocks are present) "/ and no readSemaphores are present (which means that noone is waiting for input) "/ and no writeSemaphores are present - self checkForEndOfDispatch. + + "/ cg: changed to only check when a process terminated + "/ self checkForEndOfDispatch. dispatching ifFalse:[ ^ self ].