OSF DCE Problem Determination Guide

Error Messages and Status Codes
Text: trailing backslash
Explanation: While compiling a regular expression, Tcl detected that a backslash is the
last character for the regular expression given.
Action: Check your regular expression given to Tcl and correct the problem.
0x1771b177 tcl_s_tclregexp_unmatch_br
Severity: Unknown Component: tcl / tcl_s_general
Text: unmatched ()
Explanation: While compiling a regular expression, Tcl detected the incomplete
parentheses.
Action: Check your regular expression given to Tcl and complete the parentheses used.
0x1771b17c tcl_s_tclregexp_unmatch_squ_bra
Severity: Unknown Component: tcl / tcl_s_general
Text: unmatched []
Explanation: While compiling a regular expression, Tcl detected that incomplete
brackets were used.
Action: Check your regular expression given to Tcl . Complete the erroneous bracket
expression.
0x1771b16f tcl_s_tclutil_bad_index
Severity: Unknown Component: tcl / tcl_s_general
Text: bad index "%s": must be integer or "end"
Explanation: Tcl failed to parse a list index.
Action: Check your Tcl command and change the bad string to an integer or end
keyword.
0x1771b172 tcl_s_tclutil_improp_val_prec
Severity: Unknown Component: tcl / tcl_s_general
Text: improper value for precision
Explanation: Tcl detected a format conversion error in printing a value for the
Tcl_PrintDouble procedure.
Action: Check your regular expression given to Tcl. The reason why compiling the
regular expression failed is also displayed.
0x1771b16e tcl_s_tclutil_internal_err_splitlist
Severity: Unknown Component: tcl / tcl_s_general
124330 Tandem Computers Incorporated 2667