Linked by Eugenia Loli-Queru on Wed 13th Dec 2006 04:33 UTC, submitted by IdaAshley
Linux By focusing on the analysis of data captured using signal handlers, you can speed up the most time-consuming part of debugging: finding the bug. This article gives a background on Linux signals with examples specifically tested on PPC Linux, then goes on to show how to design your handlers to output information that lets you quickly home in on failed portions of code.
Permalink for comment 192560
To read all comments associated with this story, please click here.
hey
by deanlinkous on Fri 15th Dec 2006 10:49 UTC
deanlinkous
Member since:
2006-06-19

good info!