Jump to letter: [
ABCDFGHIKLMNOPQRSTUVXYZ
]
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 Aug 5 12:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 4.5.16-1.el5_2.2
- correct the fix for -f tracing of ia64 vfork also for CLONE_VM (#457585)
- Resolves: rhbz#457585
- * Fri Aug 1 12:00:00 2008 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 4.5.16-1.el5_2.1
- fix -f tracing of ia64 vfork (#457585)
- fix -f tracing of ia64 clone2 (for multithread programs) (#457584)
- Resolves: rhbz#457585 rhbz#457584
- * Tue Aug 7 12:00:00 2007 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 4.5.16-1.el5.1
- fix stat64 for i386 on x86_64 biarch (#250830)
- Resolves: rhbz#250830