Re: g_spawn_async_with_pipes woes



On Mon, 2005-08-08 at 13:45 -0300, John Coppens wrote:
> To have better control over the program called, I wrote the small test
> program  below...
> 

That test program will block if it isn't getting data from stdin or if
the stdout buffer fills (isn't being read), so if that's the only
program you've tried with most likely the problem is that you need to be
sure you continuously read and write from it (without blocking)

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]