in reply to Re: tracing system calls a perl script is making
in thread tracing system calls a perl script is making
That was a really eloquent solution!
Unfortunately I think my reading stdout with pipes is flawed! :( I get all the "starting" "hello" and "ending code" just all together after all the 367 system calls and printed.
And this is because I'm reading the pipes after the program exits
Any ideas for other approaches?
Thanks for your answer though! After 1 month of side lining this I realize today my approach is slightly flawed!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: tracing system calls a perl script is making
by shmem (Chancellor) on May 31, 2013 at 17:56 UTC | |
|
Re^3: tracing system calls a perl script is making
by BrowserUk (Patriarch) on May 31, 2013 at 18:49 UTC |