73 "HUP (Hangup detected on controlling terminal or death of controlling process)",
74 "INT: Interrupt from keyboard",
75 "QUIT: Quit from keyboard",
76 "ILL: Illegal Instruction",
80 "FPE (Floating Point Exception)",
82 "BUS (Bus Error, possibly illegal memory access)",
83 "SEGV (Segmentation Violation (memory access out of range?))",
85 "PIPE: Broken pipe: write to pipe with no readers",
87 "TERM: Termination signal",
void sigHandler_dh(int sig)