Name: | strace |
---|---|
Version: | 6.12 |
Release: | 1.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 2981963 |
License: | LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-1.0-or-later WITH Linux-syscall-note) AND (GPL-2.0-or-later WITH Linux-syscall-note) AND (GPL-2.0-only WITH Linux-syscall-note) AND (LGPL-2.0-or-later WITH Linux-syscall-note) AND (LGPL-2.1-or-later WITH Linux-syscall-note) AND ((GPL-2.0-only WITH Linux-syscall-note) OR Linux-OpenIB) AND ((GPL-2.0-only WITH Linux-syscall-note) OR MIT) AND ((GPL-2.0-or-later WITH Linux-syscall-note) OR BSD-3-Clause) AND ISC AND X11 AND FSFAP AND FSFUL AND FSFULLR AND FSFULLRWD |
RPM: | strace-6.12-1.el9.aarch64.rpm |
Source RPM: | strace-6.12-1.el9.src.rpm |
Build Date: | Fri Feb 21 2025 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://strace.io |
Summary: | 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. |
- Rebase to v6.12; drop upstream patches on top of 6.7, drop the harcoded "-isystem /usr/include" from CPPFLAGS (RHEL-8646).
- Fix incorrect syscall name reporting in restart_syscall() on attach when PTRACE_GET_SYSCALL_INFO is in use (RHEL-65109). - Update net-yy-inet* and linkat--secontext_mismatch tests.
- Rebase to v6.7; drop upstream patches on top of 5.18 (RHEL-8646). - Updated the SPDX license expression.