Strace: System Call, List of Unix Programs, Amsterdam Compiler Kit - Brossura

 
9786133532205: Strace: System Call, List of Unix Programs, Amsterdam Compiler Kit

Sinossi

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Strace (presumably short for "system trace") is a debugging utility in Linux to monitor the system calls used by a program and all the signals it receives, similar to "truss" utility in other Unix systems. This is made possible by a kernel feature known as ptrace.The most common usage is to start a program using strace, which prints a list of system calls made by the program. This is useful if the program continually crashes, or does not behave as expected; for example using strace may reveal that the program is attempting to access a file which does not exist or cannot be read.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.