Trace the Library and System Calls a Program Makes

Edit Package ltrace

Ltrace is a program that runs the specified command until it exits. It
intercepts and records the dynamic library calls that are called by the
executed process and the signals that are received by that process. It
can also intercept and print the system calls executed by the program.

The program to trace need not be recompiled for this, so you can use
ltrace on binaries for which you do not have access to the source.

This is still a work in progress, so, for example, the tracking to
child processes may fail or some things may not work as expected.

Refresh
Refresh
Source Files
Filename Size Changed
MD5SUMS 0000000665 665 Bytes
MD5SUMS.meta 0000000042 42 Bytes
arm-trace.patch 0000000461 461 Bytes
baselibs.conf 0000000056 56 Bytes
gcc9-Wlto-type-mismatch.patch 0000000467 467 Bytes
gcc9-printf-s-null-argument.patch 0000000449 449 Bytes
lens-double-free.patch 0000000552 552 Bytes
ltrace-0.7.91-gea8928d.tar.bz2 0000281282 275 KB
ltrace-0.7.91-ppc64le-scv.patch 0000000667 667 Bytes
ltrace.changes 0000020950 20.5 KB
ltrace.spec 0000003174 3.1 KB
ppc-ptrace.patch 0000000298 298 Bytes
readdir.patch 0000001075 1.05 KB
s390x-ptrace.patch 0000002541 2.48 KB
Revision 2 (latest revision is 3)
Marco Strigl's avatar Marco Strigl (mstrigl) committed (revision 2)
bsc#1209474 - problems in the testsuite, fixed with the update
to the factory version (from 2021, so stable enough).
But ltrace remains brittle of course.

- add ltrace-0.7.91-ppc64le-scv.patch from Fedora
- spec-cleaner
- add timeout to testsuite run, it is non-fatal anyway 

- Added s390x-ptrace.patch and remove 2 unused functions to fix 'expr_clone' error from latest release

- Fix rpmlint warning make-check-outside-check-section
  by moving check code to %check section.

- Package latest available sources
- ltrace-fix-build.patch: remove

- Fix last change

- Use noun phrase in summary.

- Add gcc9-Wlto-type-mismatch.patch in order to address LTO warnings
  (boo#1133256).

- lens-double-free.patch: fix double free of memory (bsc#1130664)
- Use %license

- Add gcc9-printf-s-null-argument.patch: boo#1120789.
Comments 0
openSUSE Build Service is sponsored by