Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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-5.18-2.1.el8_10.x86_64
[1.4 MiB] |
Changelog
by Eugene Syromiatnikov (2024-10-29):
- Fix incorrect syscall name reporting in restart_syscall() on attach when
PTRACE_GET_SYSCALL_INFO is in use (RHEL-8570).
- Update net-yy-inet*, linkat--secontext_mismatch, and prctl-sve tests.
|
strace-5.18-2.el8.x86_64
[1.4 MiB] |
Changelog
by Eugene Syromiatnikov (2022-07-11):
- Fix the issues reported by covscan (#2103068).
- Fix SELinux context matching for the deleted paths (#2087693).
- Fix sloppy FD usage in the bpf test (#2103137).
|