|
Software exceptions
|
The server reports these on behalf of system tasks located in the C6000 network. They are displayed in the following format:
*** Software exception: xxxxxxxx yyyyyyyy zzzzzzzz
Processor=proc Severity=severity message
The server does not stop after receiving a software exception message from the network.
severity
|
may be information, warning, error, fatal or unknown.
|
proc
|
is the processor number which can be related back to a named processor in the application's configuration file using the configurer's -m (map) option switch.
|
xxxxxxxx
|
is a 32-bit hexadecimal message code. At present, the only codes that describe user errors are 110216 and 120216. All other codes are the result of internal software errors in system tasks, or of hardware link errors that have resulted in corrupt messages being sent to system tasks.
|
yyyyyyyy & zzzzzzzz
|
are two further 32-bit hexadecimal values that give extra information about some message types.
|
message
|
is only given for some message codes. When present, it is a textual version of the message code.
|
|