CMD + K

strace

Community

a diagnostic, debugging and instructional userspace utility

Installation

To install this package, run one of the following:

Conda
$conda install tsnyder::strace

Usage Tracking

5.2
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

strace is a useful diagnostic, instructional, and debugging tool. System administrators, diagnosticians and trouble-shooters will find it invaluable for solving problems with programs for which the source is not readily available since they do not need to be recompiled in order to trace them. Students, hackers and the overly-curious will find that a great deal can be learned about a system and its system calls by tracing even ordinary programs. And programmers will find that since 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.

About

Summary

a diagnostic, debugging and instructional userspace utility

Last Updated

Aug 1, 2019 at 17:57

License

LGPL-2.1

Total Downloads

1.3K

Version Downloads

1.3K

Supported Platforms

linux-64