Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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 Jun 5 19:00:00 2006 Stepan Kasal <skasal{%}redhat{*}com> - 4.5.14-0.EL4.1
- Recognize restart_syscall also on s390 and s390x.
- * Fri Apr 21 19:00:00 2006 Stepan Kasal <skasal{%}redhat{*}com> - 4.5.14-0.EL4
- New upstream release, which fixes the following:
- Report restart_syscall (resuming interrupted call) more clearly (#165469).
- * Wed Aug 3 19:00:00 2005 Roland McGrath <roland{%}redhat{*}com> - 4.5.13-0.EL4
- rebuilt for RHEL4 erratum
- Note 4.5.12 fix for IA32 processes on x86-64 (#158934, #164216).
- Note 4.5.12 fix for truncated statfs64 fields (#158243, #164217).
- Note 4.5.10 fix for null file name pointers (#164218).