next up previous contents
Next: Reference of Support for Up: Overview Previous: Interrupt Service Routines

Fault Service Routines

Faults interrupt the flow of control similar to interrupts, but whereas interrupts may have their own stacks and cannot be interrupted by anything, faults are interruptible and run from the stack of the faulted thread. Because they are interruptible and considered part of the thread that is at fault, fault handlers may perform blocking operations, suspend the current thread, etc.



Stephen Williams
9/2/1997