Jump to letter: [
ABCFGIJKLMNOPQRSTUVX
]
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
- * Thu Jul 23 19:00:00 2009 Andreas Schwab <schwab{%}redhat{*}com> - 4.5.16-1.el4_8.2
- Fix -f treatment of vfork, was breaking the child on ia64.
- Resolves: rhbz#513180
- * Tue Aug 7 19:00:00 2007 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 4.5.16-1.el4.2
- fix stat64 for i386 on x86_64 biarch (#193547)
- Resolves: rhbz#193547
- * Fri Aug 3 19:00:00 2007 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 4.5.16-1.el4.1
- fix ppc64 debuginfo rpm for strace64 (#250794)
- Resolves: rhbz#250794