Launcher 1.2 External Processes Hang
I tried to launch an image with Launcher 1.2. "Determining image version" appeared, but the image didn't not launch. I had launched this image previously before upgrading. OS X 10.13.4 As a sanity check, I tried to run a few OSProcess commands, which all hung as well:(PipeableOSProcess waitForCommand: 'ls') output. (PipeableOSProcess waitForCommand: 'sleep 5'). Anyone else seeing this? ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
Sean P. DeNigris wrote
I tried to launch an image with Launcher 1.2. "Determining image version" appeared, but the image didn't not launch.
Fixed with `ThisOSProcess initialize`. Not sure why that was needed, but⦠----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html
Hi Sean, Thanks for the report.
Le 24 juin 2018 à 14:58, Sean P. DeNigris <sean@clipperadams.com> a écrit :
Sean P. DeNigris wrote
I tried to launch an image with Launcher 1.2. "Determining image version" appeared, but the image didn't not launch.
Fixed with `ThisOSProcess initialize`. Not sure why that was needed, butâ¦
Strange indeed. Did the hang only happened after a fresh install? Could it be related to https://github.com/pharo-project/pharo-launcher/issues/78?
participants (2)
-
Christophe Demarey -
Sean P. DeNigris