On Fri, Nov 20, 2015 at 2:27 PM, Andrei Chis <chisvasileandrei@gmail.com> wrote:
Great catch!
Can something similar be also the reason SHTextStyler>>styleInBackgroundProcess: spawns zombie processes? Even with this fix script [1] blocks in testBenchFor. If I apply the fix proposed by ben in this thread or the slice for issue 17050 <https://pharo.fogbugz.com/f/cases/17050/SHTextStyler-styleInBackgroundProces...> then [1] does not block in testBenchFor.
[1] ./pharo Pharo.image eval "CommandLineTestRunner runClasses: {GTInspectorExamplesTest} named: 'x'. CommandLineTestRunner runClasses: {BlockClosureTest} named: 'y'"
I confirm! Andrei's script hangs when loading 17066's slice without 17050's slice (and post-load do it). So I set 17050 as a subcase of 17066. Martin