Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Wed Feb 4 16:00:00 2009 Denys Vlasenko <dvlasenk{%}redhat{*}com> - 4.5.18-2.el5_3.3
- Partial sync up with upsteam #1: whitespace changes
- Partial sync up with upsteam #2: trivial changes (comments etc)
- Partial sync up with upsteam #3: flock reporting, fix network ops selection
- Partial sync up with upsteam #4: support -D option, blackfin cpu support
- Partial sync up with upsteam #5: update SIGKILL detection machinery
- Improve fairness - do not allow a few threads to usurp strace's attention
- Resolves: RHBZ #484074
- * Wed Jan 7 16:00:00 2009 Denys Vlasenko <dvlasenk{%}redhat{*}com> - 4.5.18-2.el5_3.2
- Add two forgotten patches to .spec file
- Resolves: RHBZ #478813
- * Mon Jan 5 16:00:00 2009 Denys Vlasenko <dvlasenk{%}redhat{*}com> - 4.5.18-2.el5_3.1
- Fix the case where we did not nicely report that traced process
disappeared (SIGKILL etc) while we were examining its state.
- Resolves: RHBZ #478813