is child blocked on read?figured it out: [code] execl("/usr/bin/strace", "strace", "-p", <pid converted to string>.c_str(),...
is child blocked on read?I'm trying to call strace inside a test program using [code] execl("/usr/bin/strace", "-p", <pid...
is child blocked on read?I have forked a child process that redirects stdin to one pipe and stdout to another. The child the...
This user does not accept Private Messages