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
Время сборки
2025-03-31 17:47:54
Хост сборки
builder-x86-05.inferitos.ru
Краткое описание
Tracks and displays system calls associated with a running process
Репозитории
BaseOS
Полное описание
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.
* Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.12-1
- Rebuilt for MSVSphere 9.6-beta
* Thu Jan 02 2025 Eugene Syromiatnikov <esyr@redhat.com> - 6.12-1
- Rebase to v6.12; drop upstream patches on top of 6.7, drop the harcoded
"-isystem /usr/include" from CPPFLAGS (RHEL-8646).
* Tue Oct 29 2024 Eugene Syromiatnikov <esyr@redhat.com> - 6.7-2
- 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.
* Thu Feb 01 2024 Eugene Syromiatnikov <esyr@redhat.com> - 6.7-1
- Rebase to v6.7; drop upstream patches on top of 5.18 (RHEL-8646).
- Updated the SPDX license expression.