strace 6.2-0ubuntu1 source package in Ubuntu
Changelog
strace (6.2-0ubuntu1) lunar; urgency=medium * New upstream release (LP: #2012258) -- Adrien Nader <email address hidden> Mon, 20 Mar 2023 12:44:18 +0100
Upload details
- Uploaded by:
- Adrien Nader
- Sponsored by:
- Steve Langasek
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any
- Section:
- utils
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | utils |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
strace_6.2.orig.tar.xz | 2.3 MiB | 0c7d38a449416268d3004029a220a15a77c2206a03cc88120f37f46e949177e8 |
strace_6.2.orig.tar.xz.asc | 801 bytes | 34f129890436704073e0f4f40b8bde642d5eb0f4c14216e92150683ae711db69 |
strace_6.2-0ubuntu1.debian.tar.xz | 23.1 KiB | 8ab1dc56c3332c8f1f462b29ff772852ee3a115df965242030ab8af33834e19e |
strace_6.2-0ubuntu1.dsc | 2.4 KiB | cfbe12bf3db390296b2e6d8b88f91d371f9ab438a0978f51d6ba253bc1feb0ef |
Available diffs
- diff from 5.19-0ubuntu1 to 6.2-0ubuntu1 (352.5 KiB)
- diff from 6.2-0.1ubuntu1 to 6.2-0ubuntu1 (228 bytes)
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