OSF DCE Problem Determination Guide

Error Messages and Status Codes
Explanation: While compiling a regular expression, Tcl detected that the range given
with brackets was wrong.
Action: Check your regular expression given to Tcl . Correct the invalid range within the
brackets.
0x1771b178 tcl_s_tclregexp_junk_end
Severity: Unknown Component: tcl / tcl_s_general
Text: junk on end
Explanation: While compiling a regular expression, Tcl detected that some unrecognized
string followed the regular expression.
Action: Check your regular expression given to Tcl and delete an extra string from an
end of the regular expression.
0x1771b183 tcl_s_tclregexp_mem_corruption
Severity: Unknown Component: tcl / tcl_s_fatal
Text: memory corruption
Explanation: While matching a regular expression, Tcl detected that the internal memory
was corrupted, so it could not continue processing.
Action: Check errorInfo global variable information and report the problem to the
vendor.
0x1771b17a tcl_s_tclregexp_nested_ops
Severity: Unknown Component: tcl / tcl_s_general
Text: nested *?+
Explanation: While compiling a regular expression, Tcl detected that the *, + ,or ?
operand is used within a nested structure.
Action: Check your regular expression given to Tcl . You cannot use the *, ? ,or +
operand within a nested structure.
0x1771b173 tcl_s_tclregexp_null_arg
Severity: Unknown Component: tcl / tcl_s_general
Text: NULL argument
Explanation: While compiling a regular expression, Tcl detected no regular expression
was passed to the routine.
Action: Check your regular expression given to Tcl and correct the problem.
0x1771b181 tcl_s_tclregexp_null_parameter
Severity: Unknown Component: tcl / tcl_s_general
124330 Tandem Computers Incorporated 2665