Tx denis. I wonder what is the reason of the crashes I experienced. Le 9/9/16 à 18:01, Denis Kudriashov a écrit :
And fix for Guille case is inbox 19073 <https://pharo.fogbugz.com/f/cases/19073/Image-snapshot-should-be-forcible-ex...>. (details are inside)
2016-09-05 23:30 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com <mailto:dionisiydk@gmail.com>>:
2016-09-05 18:23 GMT+02:00 Guillermo Polito <guillermopolito@gmail.com <mailto:guillermopolito@gmail.com>>:
ARgh, since this got integrated I keep crashing images...
I'm just executing some OSSubprocess like this:
process := OSSUnixSubprocess new command: '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 :/
To disable this changes just replace runCaseManaged with runCase in any senders. It will approve is it related or not.
But if crash happens not during tests then it should not be related to this changes.