Error 16118

Severity

10

Message text

Tried to a unlock a mutex that is not owned by thread %1!.

Explanation

The thread attempting to unlock a mutex through srv_unlockmutex() is not the current owner of the mutex.

Action

Track the mutexes that each thread creates. Currently, Open Server allows only one thread to lock or unlock a given mutex.

Additional information

Symbolic constant: SRV_ENOTOWNER