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.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 102.8 kB | 320 kB | [list of files] |
| amd64 | 101.7 kB | 328 kB | [list of files] |
| arm | 95.1 kB | 248 kB | [list of files] |
| hppa | 98.6 kB | 252 kB | [list of files] |
| i386 | 93.2 kB | 248 kB | [list of files] |
| ia64 | 131.6 kB | 472 kB | [list of files] |
| mips | 129.3 kB | 456 kB | [list of files] |
| mipsel | 123.9 kB | 456 kB | [list of files] |
| powerpc | 96.8 kB | 268 kB | [list of files] |
| s390 | 95.7 kB | 248 kB | [list of files] |
| sparc | 94.2 kB | 260 kB | [list of files] |