Bugzilla – Bug 131750
strace-graph doesn't follow clone() and vfork()
Last modified: 2006-01-23 13:23:46 UTC
$ strace -f -o test.strace bash -c 'echo "main() {}" | gcc -xc -; ./a.out' strace-graph test.strace a.out(./a.out) $ Actually a tree of all the spawned processes should be shown. I'll attach the patch.
Created attachment 56126 [details] patch to follow clone() and vfork() Please apply this patch (there is a pending update on strace from od, so I rather put the patch here).
Please send the patch including description and changelog entry to <strace-devel@lists.sourceforge.net>
.