| tag | line | file | source code |
| DO_ERROR | 105 | kernel/traps.c | DO_ERROR( 3, SIGTRAP, "int3", int3, current) |
| DO_ERROR | 106 | kernel/traps.c | DO_ERROR( 4, SIGSEGV, "overflow", overflow, current) |
| DO_ERROR | 107 | kernel/traps.c | DO_ERROR( 5, SIGSEGV, "bounds", bounds, current) |
| DO_ERROR | 108 | kernel/traps.c | DO_ERROR( 6, SIGILL, "invalid operand", invalid_op, current) |
| DO_ERROR | 109 | kernel/traps.c | DO_ERROR( 7, SIGSEGV, "device not available", device_not_available, current) |
| DO_ERROR | 110 | kernel/traps.c | DO_ERROR( 8, SIGSEGV, "double fault", double_fault, current) |
| DO_ERROR | 111 | kernel/traps.c | DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun, last_task_used_math) |
| DO_ERROR | 112 | kernel/traps.c | DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS, current) |
| DO_ERROR | 113 | kernel/traps.c | DO_ERROR(11, SIGSEGV, "segment not present", segment_not_present, current) |
| DO_ERROR | 114 | kernel/traps.c | DO_ERROR(12, SIGSEGV, "stack segment", stack_segment, current) |
| DO_ERROR | 115 | kernel/traps.c | DO_ERROR(13, SIGSEGV, "general protection", general_protection, current) |
| DO_ERROR | 116 | kernel/traps.c | DO_ERROR(15, SIGSEGV, "reserved", reserved, current) |
| DO_ERROR | 117 | kernel/traps.c | DO_ERROR(17, SIGSEGV, "alignment check", alignment_check, current) |