Re: OSProcess command - non responding image when calling often
Posted by
Sabine Manaa on
Jun 08, 2016; 5:34pm
URL: https://forum.world.st/OSProcess-command-non-responding-image-when-calling-often-tp4899540p4899996.html
Hi Mariano,
if you take the download Image from the Pharo website, then load commandShell and then zinc from the catalog browser and then do
Delay delaySchedulerClass: DelayMillisecondScheduler.
and then
20 timesRepeat: [OSProcess command: ('echo "Hi there"').]
Then you will get the lock.
Does this help to find the reason for the problem?
Regards
Sabine