Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC00000AA (STATUS_INSTRUCTION_MISALIGNMENT)?

 
Anterior Siguiente
STATUS_BAD_MASTER_BOOT_RECORD STATUS_INSTANCE_NOT_AVAILABLE

STATUS_INSTRUCTION_MISALIGNMENT

Qué significa STATUS_INSTRUCTION_MISALIGNMENT

Es un fallo de instruction fetch, no de data alignment. Resulta más relevante en arquitecturas no x86, assembly/JIT o cuando un function pointer corrupto pierde la alineación válida.

La exception address puede ser el branch target malo, no la instrucción que lo produjo. Revise caller y pointer original.

Qué comprobar

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version