Details | |
Product: | Windows Operating System |
Event ID: | 103 |
Source: | Kernel |
Version: | 5.0 |
Component: | System Resources |
Symbolic Name: | ERROR_TOO_MANY_SEM_REQUESTS |
Message: | The semaphore cannot be set again. |
Explanation | |
Semaphores can be set and released in a nested fashion only a limited number of times. That limit has been reached. |
|
User Action | |
Check semaphore request nesting and make sure that the semaphore is released before requesting it again. You might have to contact the supplier of the running application. |