OSF DCE Problem Determination Guide
OSF DCE Problem Determination Guide
Text: NULL parameter
Explanation: While matching a regular expression, Tcl detected that either the regular
expression or the string matching against the regular expression was NULL.
Action: Check your regular expression given to Tcl and correct the problem.
0x1771b179 tcl_s_tclregexp_op_can_be_empty
Severity: Unknown Component: tcl / tcl_s_general
Text: *+ operand could be empty
Explanation: While compiling a regular expression, Tcl detected an illegal use of the *
or + operand.
Action: Check your regular expression given to Tcl . This error occurs when the * or +
operand was applied to a possibly null operand.
0x1771b175 tcl_s_tclregexp_out_of_space
Severity: Unknown Component: tcl / tcl_s_fatal
Text: out of space
Explanation: While compiling a regular expression, Tcl could not allocate a necessary
amount of memory.
Action: Check your regular expression given to Tcl and reduce the complexity of the
regular expression. Kill unnecessary processes and try again, or add more memory.
0x1771b174 tcl_s_tclregexp_too_big
Severity: Unknown Component: tcl / tcl_s_general
Text: regexp too big
Explanation: While compiling a regular expression, Tcl detected that the regular
expression was too big to process.
Action: Check your regular expression given to Tcl and correct the problem.
0x1771b176 tcl_s_tclregexp_too_many_bra
Severity: Unknown Component: tcl / tcl_s_general
Text: too many ()
Explanation: While compiling a regular expression, Tcl detected that too many
parentheses were used.
Action: Check your regular expression given to Tcl and reduce the number of
parentheses used.
0x1771b17f tcl_s_tclregexp_trailing_backslash
Severity: Unknown Component: tcl / tcl_s_general
2− 666 Tandem Computers Incorporated 124330