From: Silas S. <si...@gm...> - 2012-11-12 12:04:01
|
On Mon, Nov 12, 2012 at 12:06:02AM -0200, Silas Silva wrote: > In order to make external commands work, I had to add os.execute("sleep > 1") just after io.popen(). Yes, it worked and since I didn't have time > to investigate the problem, I worked that way a long time. Now I see that the workaround is not related to sleep, but to any process I execute with os.execute(). Now the SIGCHLD stuff starts to make sense... -- Silas Silva |