OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x1771b09b tcl_s_expr_poor_flat_val_form
Severity: Unknown Component: tcl / tcl_s_general
Text: poorly-formed floating-point value
Explanation: The expr command detected that a specified floating-point format is not
valid.
Action: Check your Tcl code and correct the floating-point format. Tcl accepts ANSI C
forms, which are something like 2.1, 7.91e+16, 6E4, or 3.
0x1771b0a0 tcl_s_expr_syntax_err
Severity: Unknown Component: tcl / tcl_s_general
Text: syntax error in expression "%s"
Explanation: The expr command detected a syntax error in the user-supplied expression.
Action: Check your Tcl code and correct the syntax error.
0x1771b0ab tcl_s_expr_unknown_float_point_err
Severity: Unknown Component: tcl / tcl_s_general
Text: unknown floating-point error, errno = %s
Explanation: The expr command detected an unknown floating-point error.
Action: Check your Tcl code and correct the floating-point operation.
0x1771b0a4 tcl_s_expr_unknown_math_func
Severity: Unknown Component: tcl / tcl_s_general
Text: unknown math function "%s"
Explanation: The expr command detected that an invalid mathematical function is used.
Action: Check your Tcl code and make sure you spelled the mathematical function name
correctly.
0x1771b09d tcl_s_expr_unknown_oper_in_expr
Severity: Unknown Component: tcl / tcl_s_general
Text: unknown operator in expression
Explanation: The expr command detected an invalid operator in the user-supplied
expression.
Action: Check your Tcl code and correct the invalid operator.
0x1771b09c tcl_s_expr_unmatch_parens_in_expr
Severity: Unknown Component: tcl / tcl_s_general
124330 Tandem Computers Incorporated 2655