[Edit]
Strace can be a valuable tool when debugging quirky behavior with running unix or linux processes. It intercepts all signals that a process receives as well as all system calls the process makes. It can help one understand unusual or buggy behavior.
First answer by ID3398277048. Last edit by ID3398277048. Question popularity: 1 [recommend question]





