Bugzilla – Attachment 56126 Details for
Bug 131750
strace-graph doesn't follow clone() and vfork()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch to follow clone() and vfork()
strace-graph-clone.patch (text/plain), 285 bytes, created by
Michal Marek
on 2005-11-01 14:08:39 UTC
(
hide
)
Description:
patch to follow clone() and vfork()
Filename:
MIME Type:
Creator:
Michal Marek
Created:
2005-11-01 14:08:39 UTC
Size:
285 bytes
patch
obsolete
>--- strace-graph >+++ strace-graph >@@ -229,7 +229,7 @@ > push @$seq, ['EXEC', $filename, $argv]; > > $pr{$pid}{seq} = $seq; >- } elsif ($call eq 'fork') { >+ } elsif ($call eq 'fork' || $call eq 'clone' || $call eq 'vfork') { > return if $result == 0; > > my $seq = $pr{$pid}{seq};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 131750
: 56126