First page Back Continue Last page Overview Text

Notes:


All Unix(tm) like systems use signals. A program can cause a piece of code to be run when a signal is received (this would be a signal handler).
Sometimes programs do evil things with signals that would appear to be bad - e.g. Using sigsegv and attaching memory allocation schemes to it.