Bug 131750 - strace-graph doesn't follow clone() and vfork()
Summary: strace-graph doesn't follow clone() and vfork()
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Development (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Andreas Schwab
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 14:05 UTC by Michal Marek
Modified: 2006-01-23 13:23 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
patch to follow clone() and vfork() (285 bytes, patch)
2005-11-01 14:08 UTC, Michal Marek
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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
.