strace 5.16-0ubuntu4 source package in Ubuntu
Changelog
strace (5.16-0ubuntu4) kinetic; urgency=medium * Enable stack tracing with libunwind on any Ubuntu architecture. * XFAIL stacktrace tests on armhf with arm64 kernel. * Use dh_autoreconf instead of the gone bootstrap script. -- Dimitri John Ledkov <email address hidden> Tue, 05 Jul 2022 11:40:32 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
strace_5.16.orig.tar.xz | 2.2 MiB | dc7db230ff3e57c249830ba94acab2b862da1fcaac55417e9b85041a833ca285 |
strace_5.16-0ubuntu4.debian.tar.xz | 23.2 KiB | c9abfd603061dc12db9aec500743c750932d992ae0bbd8cd7574ffad54620468 |
strace_5.16-0ubuntu4.dsc | 2.2 KiB | 3ddec98e59257c7bee155e0f72a305a4aea534ef56e5b58550f4cc5afd1b9cbd |
Available diffs
- diff from 5.16-0ubuntu3 to 5.16-0ubuntu4 (1.3 KiB)
Binary packages built by this source
- strace: System call tracer
strace is a system call tracer: i.e. a debugging tool which prints out
a trace of all the system calls made by another process/program.
The program to be traced need not be recompiled for this, so you can
use it on binaries for which you don't have source.
.
System calls and signals are events that happen at the user/kernel
interface. A close examination of this boundary is very useful for bug
isolation, sanity checking and attempting to capture race conditions.
- strace-dbgsym: debug symbols for strace