Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
strace: Tracks and displays system calls associated with a running process.
- Summary
- The strace program intercepts and records the system calls called and
received by a running process. Strace can print a record of each
system call, its arguments and its return value. Strace is useful for
diagnosing problems and debugging, as well as for instructional
purposes.
Install strace if you need a tool to track the system calls made and
received by a process.
Changelog
- * Mon Nov 20 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 4.5.14-3.1
- everything defines PT_GETSIGINFO now, so we can't assume ia64
- CTL_PROC isn't defined anymore
- * Tue Aug 22 17:00:00 2006 Roland McGrath <roland{%}redhat{*}com> - 4.5.14-3
- Fix bogus decoding of syscalls >= 300 (#201462, #202620).
- * Fri Jul 14 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 4.5.14-2
- rebuild