[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project strace-5.18-2.1.el8_10

Name strace
Epoch 0
Version 5.18
Release 2.1.el8_10
Website/URL https://strace.io/
License LGPL-2.1+ and GPL-2.0+
Build Time 2025-01-29 09:06:30
Build Host builder-x86-03.inferitos.ru
Summary Tracks and displays system calls associated with a running process
Repositories BaseOS
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.
Errata
× Full screenshot
Found 1 old version
Packages link
Package Summary SHA-256 checksum
x86_64
strace-5.18-2.1.el8_10.x86_64 Tracks and displays system calls associated with a running process 351e7ca5fa59c3b636f9a724300bccaccaf449777f78270102441565228ff492 download
src
strace-5.18-2.1.el8_10.src Tracks and displays system calls associated with a running process 57e2f1fb6f94519bec5234b18b0d3ee6bf6b064e9e66d2a2d8be5e95a6cdf68f download
Changelog link
* Tue Oct 29 2024 Eugene Syromiatnikov <esyr@redhat.com> - 5.18-2.1
- 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.

* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.18-2
- Rebuilt for MSVSphere 8.8

* Mon Jul 11 2022 Eugene Syromiatnikov <esyr@redhat.com> - 5.18-2
- 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).

* Wed Jun 22 2022 Eugene Syromiatnikov <esyr@redhat.com> - 5.18-1
- Rebase to v5.18; drop upstream patches on top of 5.13 (#2084000).

* Mon Feb 07 2022 Eugene Syromiatnikov <esyr@redhat.com> - 5.13-4
- Update tests-m32 and tests-mx32 with --secontext=mismatch option support
  changes (#2046259).

* Wed Jan 19 2022 Eugene Syromiatnikov <esyr@redhat.com> - 5.13-3
- Add --secontext=mismatch option support (#2038810).

* Wed Jan 05 2022 Eugene Syromiatnikov <esyr@redhat.com> - 5.13-2
- Fix incorrect ifname printing buffer size (#2028158).

* Wed Oct 20 2021 Eugene Syromiatnikov <esyr@redhat.com> - 5.13-1
- Rebase to v5.13; drop upstream patches on top of 5.7 (#2015917).
- Address some issues reported by covscan.

* Mon Aug 09 2021 Eugene Syromiatnikov <esyr@redhat.com> - 5.7-3
- Add SELnux context decoding support (#1946500).

* Mon Nov 09 2020 Eugene Syromiatnikov <esyr@redhat.com> - 5.7-2
- Add PID namespace translation support (#1725113).