SIGQUIT

From Wikipedia, the free encyclopedia

SIGQUIT
Description: Terminal quit signal
Default action: Abnormal termination of the process
SA_SIGINFO macros
None

SIGQUIT is a signal used on POSIX-compliant platforms to indicate a request by a user for a process to dump core. The symbolic constant for SIGQUIT is defined in the header file signal.h; on the vast majority of systems it is signal #3.

SIGQUIT can usually be induced with Ctrl-\. On Linux, one may also use Ctrl-4 or, on the virtual console, the SysRq key.

[edit] Etymology

SIG is a common prefix for signal names. The word QUIT means quit.

[edit] See also

POSIX Signals
SIGABRT | SIGALRM | SIGFPE | SIGHUP | SIGILL | SIGINT | SIGKILL | SIGPIPE | SIGQUIT | SIGSEGV | SIGTERM | SIGUSR1 | SIGUSR2 | SIGCHLD | SIGCONT | SIGSTOP | SIGTSTP | SIGTTIN | SIGTTOU | SIGBUS | SIGPOLL | SIGPROF | SIGSYS | SIGTRAP | SIGURG | SIGVTALRM | SIGXCPU | SIGXFSZ | Realtime Signals are user definable—SIGRTMIN+n through SIGRTMAX.
Common non-POSIX signals and synonyms
SIGIOT | SIGEMT | SIGSTKFLT | SIGIO | SIGCLD | SIGINFO | SIGPWR (SIGINFO) | SIGLOST | SIGWINCH | SIGUNUSED
In other languages