strace 4.19-1ubuntu1+ppa0 source package in Ubuntu

Changelog

strace (4.19-1ubuntu1+ppa0) bionic; urgency=medium

  * Let the llseek test fail with _all_ syscalls

 -- Julian Andres Klode <email address hidden>  Tue, 23 Jan 2018 12:29:24 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
strace_4.19.orig.tar.xz 1.1 MiB 7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281
strace_4.19-1ubuntu1+ppa0.debian.tar.xz 19.8 KiB 4da9066dfc434729d6a8fbc05d6ca73ccdee3393c579b7c1a5a8083c39321de0
strace_4.19-1ubuntu1+ppa0.dsc 2.2 KiB 6d6086bf9076185a30b3d66d07de2012ca023432d9aec65b3bc1648b95363768

View changes file

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 a 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
strace-udeb: 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 a 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.
 .
 This is a stripped down package intended for debugging use in the Debian
 installer.