OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x1771b0b5 tcl_s_glob_no_files_match_single
Severity: Unknown Component: tcl / tcl_s_general
Text: no files matched glob pattern "
Explanation: The glob command detected that the pattern specified by a user could not
match any filename.
Action: Check your Tcl command and make sure you spelled glob pattern correctly.
0x1771b0b1 tcl_s_glob_no_home_env
Severity: Unknown Component: tcl / tcl_s_general
Text: couldn’t find HOME environment variable to expand "%s"
Explanation: The glob command could not perform tilde expansion.
Action: Check your Tcl code and make sure you spelled the filename correctly.
0x1771b0b2 tcl_s_glob_no_user
Severity: Unknown Component: tcl / tcl_s_general
Text: user "%s" doesn’t exist
Explanation: The glob command could not find a user for tilde expansion.
Action: Check your Tcl code and make sure you spelled the filename correctly.
0x1771b0af tcl_s_glob_unmatched_open_brace
Severity: Unknown Component: tcl / tcl_s_general
Text: unmatched open-brace in file name
Explanation: The glob command detected that unmatched open brace is used within a
filename.
Action: Check your Tcl code and correct the unmatched open brace in a filename.
0x1771b0b7 tcl_s_hash_bad_bucket_chain
Severity: Unknown Component: tcl / tcl_s_general
Text: malformed bucket chain in Tcl_DeleteHashEntry
Explanation: Tcl detected a bad hash table entry in the Tcl_DeleteHashEntry function.
Action: Check your Tcl command and make sure you do not attempt to delete a non
existing hash entry.
0x1771b0bd tcl_s_hash_bogus_create
Severity: Unknown Component: tcl / tcl_s_general
Text: called Tcl_CreateHashEntry on deleted table
124330 Tandem Computers Incorporated 2657