Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Fri Feb 4 18:00:00 2005 Roland McGrath <roland{%}redhat{*}com> - 4.5.9-2.EL4
- rebuilt for RHEL4 erratum
- * Fri Feb 4 18:00:00 2005 Roland McGrath <roland{%}redhat{*}com> - 4.5.9-2
- update ia64 syscall list (#146245)
- fix x86_64 syscall argument extraction for 32-bit processes (#146093)
- fix -e signal=NAME parsing (#143362)
- fix x86_64 exit_group syscall handling
- improve socket ioctl printing (#138223)
- code cleanups (#143369, #143370)
- improve mount flags printing (#141932)
- support symbolic printing of x86_64 arch_prctl parameters (#142667)
- fix potential crash in getxattr printing
- * Tue Oct 19 19:00:00 2004 Roland McGrath <roland{%}redhat{*}com> - 4.5.8-1
- fix multithreaded exit handling (#132150, #135254)
- fix ioctl name matching (#129808)
- print RTC_* ioctl structure contents (#58606)
- grok epoll_* syscalls (#134463)
- grok new RLIMIT_* values (#133594)
- print struct cmsghdr contents for sendmsg (#131689)
- fix clock_* and timer_* argument output (#131420)