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 | 106.9 kB | 332 kB | [list of files] |
| amd64 | 107.4 kB | 348 kB | [list of files] |
| arm | 99.5 kB | 256 kB | [list of files] |
| armel | 100.7 kB | 260 kB | [list of files] |
| hppa | 102.9 kB | 260 kB | [list of files] |
| i386 | 97.5 kB | 260 kB | [list of files] |
| ia64 | 138.6 kB | 492 kB | [list of files] |
| m68k | 93.0 kB | 248 kB | [list of files] |
| mips | 131.7 kB | 468 kB | [list of files] |
| mipsel | 127.5 kB | 468 kB | [list of files] |
| powerpc | 103.3 kB | 284 kB | [list of files] |
| s390 | 101.3 kB | 260 kB | [list of files] |
| sparc | 100.3 kB | 272 kB | [list of files] |