Error 16383

Severity

20

Message text

TlsAlloc() failed in %1!.

Explanation

An attempt to create a thread-specific data key visible to all threads in the process (through pthread_key_create() or TlsAlloc() depending on the platform) has failed. This type of failure is usually due to lack of operating system resources.

Action

Use an application tracing utility such as truss to see the underlying operating system error.

Additional information

Symbolic constant: SRV_ETLSALLOC