|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: A T
Length: 5060 (0x13c4)
Types: TextFile
Names: »ADA_RUNTIME_ERROR_MESSAGES«
└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2
└─⟦77aa8350c⟧ »DATA«
└─⟦f794ecd1d⟧
└─⟦24d1ddd49⟧
└─⟦this⟧
128:001 (***) Exception elaborating ADA runtime
An exception was raised and not handled while elaborating
the Ada runtime. Please report this problem to Rational.
128:002 (***) Exception finalizing ADA runtime
An exception was raised and not handled while finalizing
the Ada runtime. Please report this problem to Rational.
128:003 (***) Unexpected trap in main program
A machine trap which does not correspond to an ADA exception
occurred while executing the main program. Possible causes
include incorrectly generated code and an operating system or
hardware failure.
128:004 (***) Unexpected trap in ADA task
A machine trap which does not correspond to an ADA exception
occurred while executing a task. Possible causes include
incorrectly generated code and an operating system or
hardware failure.
128:005 (***) Exception elaborating library units
An exception was raised and not handled while elaborating
a library unit, before executing the main program. The
debugger can help identify where the exception occured.
128:006 (***) Unhandled exception in main program
An exception was raised and not handled while executing
the main program. The debugger can help identify where
the exception occurred.
128:008 (***) Task To Process Map Error
An ADA runtime consistency check failed. Please report
this problem to Rational.
128:010 (***) Unexpected Reply
An ADA runtime consistency check failed for a message queue
operation. Please report this problem to Rational.
128:011 (***) Bad Message Id From Send
An ADA runtime consistency check failed for a message queue
operation. Please report this problem to Rational.
128:019 (***) Bad Status From Create
An ADA runtime consistency check failed for a message queue
operation. Please report this problem to Rational.
128:021 (***) Bad Status From Delete_If_Empty
An ADA runtime consistency check failed for a message queue
operation. Please report this problem to Rational.
128:023 (***) Bad Status From Stop_Timer
An ADA runtime consistency check failed for a timer operation.
Please report this problem to Rational.
128:026 (***) Unexpected Null Task Id
An ADA runtime consistency check failed. Please report
this problem to Rational.
128:027 (***) Bad Tcb Checksum
An ADA runtime consistency check failed. Please report
this problem to Rational.
128:029 (***) Layer State Inconsistency
An ADA runtime consistency check failed. Please report
this problem to Rational.
128:034 (***) Bad Message In Queue
An ADA runtime consistency check failed for a message queue
operation. Please report this problem to Rational.
128:037 (***) Error Initializing Trap Handler
The F$STrap system call returned an error code. Please
report this problem to Rational.
128:039 (***) Entry Queue Not Already Deleted
An ADA runtime consistency check failed. Please report
this problem to Rational.
128:040 (***) Reply Queue Already Deleted
An ADA runtime consistency check failed. Please report
this problem to Rational.
128:041 (***) Bad Status From Associated Data
An ADA runtime consistency check failed for a message queue
operation. Please report this problem to Rational.
128:044 (***) Insufficient Stack Space
Insufficient stack space remains for the main program or
a task to perform the runtime operations required for
termination. Increasing stack space should eliminate
this problem.
128:045 (***) Ada Runtime Not Initialized
The Configuration Parameter Table pointer for the
Ada Runtime was null. The Ada_Runtime module must be
loaded and executed before execution of an Ada program.
128:046 (***) Incompatible Ada Runtime
The Ada Runtime with which the program was linked
is incompatible with the loaded Ada_Runtime module.
Either a compatible version of the runtime must be
loaded and executed, or the program must be re-linked
with a compatible version.
129:001 (---) Unhandled exception in Ada task
An exception was raised and not handled while executing
a task. The debugger can help identify where the exception
occurred.
129:002 (---) Unable to allocate the heap for the program
Allocation of memory to use for the program heap failed;
the operating system call (F$SRqMem) returned an error.
This may cause Storage_Error to be raised.
129:003 (---) Heap for the program has been exhausted
All memory allocated for use as the program heap has been used.
This may cause Storage_Error to be raised. Increasing the
heap size for this program may be appropriate.
129:004 (---) Stack overflow for the main program or a task
A request was made for more memory than was allocated for the stack
of the main program or a task. Storage_Error will be raised.
129:005 (---) Abort signal received by the program
An abort (^E) signal was received by the program. If a
synchronization point is reached for the main program
and all tasks, then all program processes will be aborted.