Re: g_spawn_async_with_pipes woes
- From: Havoc Pennington <hp redhat com>
- To: John Coppens <john jcoppens com>
- Cc: gnome-devel-list gnome org
- Subject: Re: g_spawn_async_with_pipes woes
- Date: Tue, 09 Aug 2005 01:14:40 -0400
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]