C signal handling: Difference between revisions

Content deleted Content added
Line 12:
*<code>SIGILL</code> - "illegal", invalid instruction.
*<code>SIGINT</code> - "interrupt", interactive attention request sent to the program.
*<code>SIGSEGV</code> - "[[segmentation violation|'''seg'''mentation '''v'''iolation]]", invalid memory access.
*<code>SIGTERM</code> - "terminate", termination request sent to the program.