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
- * Tue May 23 19:00:00 2006 Stepan Kasal <skasal{%}redhat{*}com> - 4.5.14-0.EL3.1
- Fix a regression introduced by the rlimit32 patch.
- * Fri Apr 21 19:00:00 2006 Stepan Kasal <skasal{%}redhat{*}com> - 4.5.14-0.EL3
- new upstream version
- Note: this version fixes decoding subcalls (#174354).
- Note: it also implements qual_flags support for each personality (#173986).
- Interpret struct rlimit according to personality on x86-64 (#171394).
- * Tue Jul 19 19:00:00 2005 Roland McGrath <roland{%}redhat{*}com> - 4.5.12-0.EL3.1
- On x86-64, display 32-bit old_mmap arguments in 32-bit process (#162467).