source: rtems/doc/supplements/hppa1_1/fatalerr.t @ 0660b4f8

4.104.114.84.95
Last change on this file since 0660b4f8 was 0660b4f8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 19:50:56

Changed copyright date to 1999.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1999.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Default Fatal Error Processing
10
11@section Introduction
12
13Upon detection of a fatal error by either the
14application or RTEMS the fatal error manager is invoked.  The
15fatal error manager will invoke a user-supplied fatal error
16handler.  If no user-supplied handler is configured,  the RTEMS
17provided default fatal error handler is invoked.  If the
18user-supplied fatal error handler returns to the executive the
19default fatal error handler is then invoked.  This chapter
20describes the precise operations of the default fatal error
21handler.
22
23@section Default Fatal Error Handler Operations
24
25The default fatal error handler which is invoked by
26the fatal_error_occurred directive when there is no user handler
27configured or the user handler returns control to RTEMS.  The
28default fatal error handler disables processor interrupts (i.e.
29sets the I bit in the PSW register to 0), places the error code
30in r1, and executes a break instruction to simulate a halt
31processor instruction.
32
Note: See TracBrowser for help on using the repository browser.