Skip to content
The Signal Belfry

/static/campanario/en/etiqueta/falhas/

Menu

This filter is a page

Drawer: Program faults

The alarm rings: the program itself broke.

7 bells on this page

  1. SIG-010 SIGSEGV The segmentation fault: the program touched memory that wasn't its own. Program faults common
  2. SIG-011 SIGBUS Bus error: the address does exist — it's the access that cannot happen. Program faults uncommon
  3. SIG-012 SIGFPE The “floating-point” exception that is almost never about floating point. Program faults uncommon
  4. SIG-013 SIGILL Illegal instruction: the CPU read something it doesn't recognize as an order. Program faults forgotten
  5. SIG-014 SIGABRT The program gives up on itself: abort() rings its own bell. Program faults uncommon
  6. SIG-015 SIGTRAP The debugger's bell: every breakpoint is a pre-arranged ring. Program faults forgotten
  7. SIG-016 SIGSYS A forbidden system call — nowadays it's seccomp that rings it. Program faults forgotten