Bug 131750

Summary: strace-graph doesn't follow clone() and vfork()
Product: [openSUSE] SUSE Linux 10.1 Reporter: Michal Marek <mmarek>
Component: DevelopmentAssignee: Andreas Schwab <schwab>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: patch to follow clone() and vfork()

Description Michal Marek 2005-11-01 14:05:49 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.
Comment 1 Michal Marek 2005-11-01 14:08:39 UTC
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).
Comment 2 Andreas Schwab 2005-11-02 09:16:25 UTC
Please send the patch including description and changelog entry to <strace-devel@lists.sourceforge.net>
Comment 3 Andreas Schwab 2006-01-23 13:23:46 UTC
.