C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-12
Function Parameter Message
39
Cause. The raise() function is executed in a TNS C program. signal identifies the
signal (for example. SIGTERM).
Effect. The CRE terminates the program.
Recovery. Modify the application so that it does not invoke raise().
Function Parameter Message
Run-time libraries report the message in this subsection if an error is detected in a
parameter passed to a function.
40
Cause. A function detected a problem with its parameters.
Effect. Program behavior is language and application dependent.
Recovery. Correct the parameter you are passing.
Math Function Messages
Run-time libraries report the messages in this subsection if an error is detected in a
math function.
41
Cause. An arithmetic overflow or underflow occurred while evaluating an arithmetic
function.
Effect. Program behavior is language and application dependent.
Recovery. Modify the program to pass values to the arithmetic functions that do not
cause overflow.
C signal raised -- signal
Invalid function parameter
Range fault