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
- * Tue Aug 7 17: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
- * Fri Aug 3 17:00:00 2007 Jan Kratochvil <jan{*}kratochvil{%}redhat{*}com> - 4.5.16-1.el5
- rebuilt for RHEL5 erratum (#250647)
- note 4.5.16 fix for multithread issues (#222644)
- note 4.5.16 fix for spurious SIGSTOP on early interrupt (#240842)
- note 4.5.16 fix for -u error message (#229644)
- fix ppc64 debuginfo rpm for strace64 (#250797)
- Resolves: rhbz#250647 rhbz#222644 rhbz#240842 rhbz#229644 rhbz#250797
- * Fri Aug 3 17:00:00 2007 Roland McGrath <roland{%}redhat{*}com> - 4.5.16-1
- fix multithread issues (#240962, #240961, #247907)
- fix spurious SIGSTOP on early interrupt (#240986)
- fix utime for biarch (#247185)
- fix -u error message (#247170)
- better futex syscall printing (##241467)
- fix argv/envp printing with small -s settings, and for biarch
- new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
move_pages, utimensat