| Предыдущий | Следующий |
| ERROR_REGISTRY_QUOTA_LIMIT | ERROR_PWD_TOO_SHORT |
ERROR_NO_CALLBACK_ACTIVE
Что означает ERROR_NO_CALLBACK_ACTIVE
ERROR_NO_CALLBACK_ACTIVE (decimal 614, 0x00000266) — системную службу возврата из обратного вызова нельзя выполнить, когда обратный вызов не активен.
Что проверить
Определите системный callback path и поток, который попытался выполнить возврат из callback.
- Проверьте, действительно ли в этом потоке активен соответствующий callback frame; код возникает при попытке return-to-callback без активного callback.
- Если callback state хранится вручную, проверьте вложенность вызовов и исключительные пути выхода.
Исходная формулировка
A callback-return system service was invoked although the thread has no active matching callback frame.
an exception or long jump skipped callback bookkeeping.
A hook catches an exception inside a subsystem callback and directly invokes the callback-return helper after the normal unwinder has already removed the frame. A debugger breakpoint shows the second return and identifies the hook.
It can appear in instrumentation or hooking code that disturbed callback stack discipline.
Alerting for this result should reflect the classification above.
Технические ссылки
- Microsoft: System Error Codes 500–999
- Microsoft Open Specifications: Win32 error values
- Microsoft: Application Verifier
Нужно найти другой код? Найти другой код состояния или ошибки.