> we have avoided signals because of the 'sdb' problem >in dealing with signals. does a debugger exist that can handle >signals? > GDB can handle signals. You can set them individually to print a message or not, to stop or not, and to send the signal to the program or not.