|
Bugzilla – Full Text Bug Listing |
| Summary: | strace-graph doesn't follow clone() and vfork() | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Michal Marek <mmarek> |
| Component: | Development | Assignee: | 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() | ||
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> . |
$ 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.