Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
strace - Tracks and displays system calls associated with a running process
- Description:
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.
Packages
strace-4.5.18-18.el5.src
[507 KiB] |
Changelog
by Jeff Law (2012-06-21):
- Revert prior changes for 495935. Instead build strace32 on ppc and s390
which can be installed alongside strace/strace64 on ppc64 and s390x (#495935)
|
strace-4.5.18-11.el5_8.src
[503 KiB] |
Changelog
by Jeff Law (2011-12-22):
- Track personality more carefully (#768203)
|
strace-4.5.18-5.el5_5.5.src
[502 KiB] |
Changelog
by Andreas Schwab (2010-05-26):
- Handle special ptrace signal during detach (#594616)
|
strace-4.5.18-5.el5_4.4.src
[501 KiB] |
Changelog
by Andreas Schwab (2010-03-11):
- Try to use PTRACE_SETOPTIONS to handle non-ptrace SIGTRAP (#564364)
|
strace-4.5.18-5.el5_4.1.src
[500 KiB] |
Changelog
by Andreas Schwab (2010-01-12):
- Workaround missing SIGTRAP after execve due to being blocked on ia64
(#548363)
|
strace-4.5.18-5.el5.src
[499 KiB] |
Changelog
by Denys Vlasenko (2009-06-20):
- Remove unneeded changes on QE request
- Note: still includes fixes for these bugs:
- Resolves: RHBZ #471169 (incorrent formatting of fcntl64() on32/64 system)
- Resolves: RHBZ #472053 (SIGKILL might be improperly traced)
- Resolves: RHBZ #478419 (Improve fairness)
|
strace-4.5.18-2.el5_3.3.src
[524 KiB] |
Changelog
by Denys Vlasenko (2009-02-04):
- 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
|
strace-4.5.18-2.el5_3.2.src
[491 KiB] |
Changelog
by Denys Vlasenko (2009-01-07):
- Add two forgotten patches to .spec file
- Resolves: RHBZ #478813
|
strace-4.5.18-2.el5.src
[483 KiB] |
Changelog
by Denys Vlasenko (2008-10-29):
- Fix "strace -s N sets string size to N+1" problem (patch by Jeff Bastian)
- Resolves: RHBZ #467776
|
strace-4.5.16-1.el5_2.2.src
[461 KiB] |
Changelog
by Jan Kratochvil (2008-08-06):
- correct the fix for -f tracing of ia64 vfork also for CLONE_VM (#457585)
- Resolves: rhbz#457585
|