On 05/18/2016 02:46 PM, Paul DeBruicker wrote:
the reason I asked about OSProcess in Pharo 5 was thatI'm currently having a problem with an OSProcess of a chmod never returning. And that's in Pharo 4! Never seen a problem there before. Investigating.
OSProcess waitForCommand: 'ls'
never returned.
Maybe its another instance of this problem.�� And it happens everytime.
There is a 50ms delay in the #waitForCommand: method
Regards,
-Martin