OSF DCE Problem Determination Guide

Error Messages and Status Codes
MUTEX_FAST_NP (default)
MUTEX_RECURSIVE_NP
MUTEX_NONRECURSIVE
---------- ESRCH
Severity: Error Component: Threads
Text: No such thread
Explanation: The specified thread does not refer to a currently existing thread. This error
can be returned for the following routines:
pthread_cancel
pthread_join
pthread_detach
pthread_getprio
pthread_getscheduler
pthread_setprio
pthread_setscheduler
Action: Correct the thread parameter by naming an existing thread. If the error occurs for
pthread_join, the thread may have been detached, which marks it for deallocation. A
detached thread cannot be joined.
0x1260ad29 gc_i_ambiguous_operation
Severity: Warning Component: gds / GDS_S_CP
Text: Ambiguous operation %s.
Explanation: The short name specified for the operation could not be expanded to a
unique operation name.
Action: Specify the operation name such that it expands to a unique name.
0x1260ad1f gc_i_cannot_open_dir
Severity: Warning Component: gds / GDS_S_CP
Text: Cannot open directory <%s>.\n
Explanation: The user-specified directory in the environment variable could not be
opened.
Action: Ensure that the directory exists with the proper access permissions and try again.
0x1260ad2a gc_i_cannot_unset_var
Severity: Warning Component: gds / GDS_S_CP
Text: Error: Cannot unset %s.
Explanation: An attempt was made to to unset a reserved gdscp variable.
Action: Do not attempt to do this.
124330 Tandem Computers Incorporated 2249