OSF DCE Problem Determination Guide

Error Messages and Status Codes
Text: procedure "%s" has argument with no name
Explanation: The proc command detected an argument without the name given.
Action: Check your Tcl command and give all arguments names.
0x1771b0e1 tcl_s_proc_no_val_given_to_par
Severity: Unknown Component: tcl / tcl_s_general
Text: no value given for parameter "%s" to "%s"
Explanation: Tcl detected that there was no value specified for a parameter to a user-
defined procedure.
Action: Check your Tcl command and give the value to a parameter.
0x1771b0dc tcl_s_proc_too_many_flds_in_arg
Severity: Unknown Component: tcl / tcl_s_general
Text: too many fields in argument specifier "%s"
Explanation: The proc command detected that an argument contains too many fields.
Action: Check your Tcl command and specify the correct argument.
0x1771b189 tcl_s_tclregexp_corrupted_opcode
Severity: Unknown Component: tcl / tcl_s_general
Text: corrupted opcode
Explanation: While matching a regular expression, Tcl detected the internal operation
code (opcode) for this operation was corrupted.
Action: Check errorInfo global variable information and report the problem to the
vendor.
0x1771b182 tcl_s_tclregexp_corrupted_pgm
Severity: Unknown Component: tcl / tcl_s_fatal
Text: corrupted program
Explanation: While matching a regular expression, Tcl detected that the internal regexp
program was wrong.
Action: Check errorInfo global variable information and report the problem to the
vendor.
0x1771b184 tcl_s_tclregexp_corrupted_ptr
Severity: Unknown Component: tcl / tcl_s_fatal
Text: corrupted pointers
Explanation: While matching a regular expression, Tcl detected the discrepancy between
pointers.
124330 Tandem Computers Incorporated 2663