Penguin
Annotated edit history of SIGQUIT version 1, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Signal: Quit
2
3 This signal by default causes the program to terminate and creates a core file (subject to ulimit(3)). SIGQUIT is usually bound to ^\ by the terminal driver.
4
5 !Hints:
6 * If your program got stuck in an infinite loop, press ^\ and use gdb(1) (see DeBugging) to find out where it's got stuck in an infinite loop.