OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x1771b09f tcl_s_expr_colon_without_question
Severity: Unknown Component: tcl / tcl_s_general
Text: can’t have : operator without ? first
Explanation: The expr command detected that a colon operator is used without a
question mark.
Action: Check your Tcl code and add the question mark.
0x1771b09e tcl_s_expr_divide_by_zero
Severity: Unknown Component: tcl / tcl_s_general
Text: divide by zero
Explanation: The expr command detected that a user-supplied expression contains the
division by zero.
Action: Check your Tcl code and correct the division operation.
0x1771b0a8 tcl_s_expr_domain_err
Severity: Unknown Component: tcl / tcl_s_general
Text: domain error: argument not in valid range
Explanation: The expr command detected that the argument value is out of range (out of
a domain).
Action: Check your Tcl code and correct the argument to fit in a correct domain.
0x1771b0a7 tcl_s_expr_few_args_for_math_func
Severity: Unknown Component: tcl / tcl_s_general
Text: too few arguments for math function
Explanation: expr command detected too few arguments to mathematical function.
Action: Check your Tcl code, and correct the number of arguments.
0x1771b0a1 tcl_s_expr_float_non_numeric_as_op
Severity: Unknown Component: tcl / tcl_s_general
Text: can’t use floating-point value as operand of "%s"
Explanation: The expr command detected that a floating-point value is used illegally.
Action: Check your Tcl code and correct the usage of floating-point.
0x1771b0aa tcl_s_expr_float_val_too_large
Severity: Unknown Component: tcl / tcl_s_general
Text: floating-point value too large to represent
124330 Tandem Computers Incorporated 2653