On 29.05.2017 16:01, Chris Wilson wrote:
> On Mon, May 29, 2017 at 03:08:07PM +0300, Abdiel Janulgue wrote:
>> Support executing external processes with the goal of capturing its
>> standard streams to the igt logging infrastructure in addition to its
>> exit status.
> 
> This is not an exec wrapper. This is a system() replacement. That it
> invokes shell to evaluate the cmd should be front and centre.
> -Chris
> 

The problem with system() is that it waits until the process is
completed. If the process' output is more than PIPE_BUF, it'll block. Do
you have any suggestions?
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to