| Anterior | Siguiente |
| STATUS_SEMAPHORE_LIMIT_EXCEEDED | STATUS_SECTION_NOT_IMAGE |
STATUS_PORT_ALREADY_SET
Qué significa STATUS_PORT_ALREADY_SET
STATUS_PORT_ALREADY_SET es más amplio que debugging. Puede referirse a DebugPort/ExceptionPort de proceso, completion port asociado a un file o una association de ALPC. El meaning depende del object type y information class del native call.
Primero identifique qué association existe. Un file completion port no se corrige con debugger settings y un DebugPort conflict no tiene relación con I/O completion.
Qué comprobar
- Capture native API, object type e information class.
- Consulte la asociación existente cuando la API lo permita.
- Busque la inicialización previa que la estableció.
- No aplique una solución de debugger a un completion-port conflict o viceversa.
Referencias técnicas
- Microsoft Open Specifications: NTSTATUS values
- System Informer PHNT: process and thread Native API
- System Informer PHNT: native debugging API
¿Buscas un código diferente? Buscar otro código de estado o error.