ConstReadonlySIGABRT: numberAbort signal from abort(3)
ReadonlySIGALRM: numberTimer signal from alarm(2)
ReadonlySIGBUS: numberBus error (bad memory access)
ReadonlySIGCHLD: numberChild stopped or terminated
ReadonlySIGCONT: numberContinue if stopped
ReadonlySIGFPE: numberFloating point exception
ReadonlySIGHUP: numberHangup detected on controlling terminal or death of controlling process
ReadonlySIGILL: numberIllegal Instruction
ReadonlySIGINT: numberInterrupt from keyboard (Ctrl+C)
ReadonlySIGIO: numberI/O now possible
ReadonlySIGKILL: numberKill signal (cannot be caught or ignored)
ReadonlySIGPIPE: numberBroken pipe: write to pipe with no readers
ReadonlySIGPROF: numberProfiling timer expired
ReadonlySIGPWR: numberPower failure
ReadonlySIGQUIT: numberQuit from keyboard
ReadonlySIGSEGV: numberInvalid memory reference
ReadonlySIGSTOP: numberStop process (cannot be caught or ignored)
ReadonlySIGSYS: numberBad argument to routine
ReadonlySIGTERM: numberTermination signal (default for kill command)
ReadonlySIGTRAP: numberTrace/breakpoint trap
ReadonlySIGTSTP: numberStop typed at terminal
ReadonlySIGTTIN: numberTerminal input for background process
ReadonlySIGTTOU: numberTerminal output for background process
ReadonlySIGURG: numberUrgent condition on socket
ReadonlySIGUSR1: numberUser-defined signal 1
ReadonlySIGUSR2: numberUser-defined signal 2
ReadonlySIGVTALRM: numberVirtual alarm clock
ReadonlySIGWINCH: numberWindow resize signal
ReadonlySIGXCPU: numberCPU time limit exceeded
ReadonlySIGXFSZ: numberFile size limit exceeded
Standard Unix signal constants. Maps signal names to their numeric values. Values may vary by platform.