Penguin

Signal: Quit

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.

Hints:

  • 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.