Site icon EfmSoft

¿Qué significa el código BSOD 0xCD (PAGE_FAULT_BEYOND_END_OF_ALLOCATION)?

 
También puede significar:
ConstanteTipoSO
ERROR_NO_SIGNAL_SENTError de WindowsWindows
HTTP_STATUS_RESET_CONTENTEstado HTTPCualquiera
Anterior Siguiente
PAGE_FAULT_IN_FREED_SPECIAL_POOL DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS

PAGE_FAULT_BEYOND_END_OF_ALLOCATION

Qué significa PAGE_FAULT_BEYOND_END_OF_ALLOCATION

PAGE_FAULT_BEYOND_END_OF_ALLOCATION (0xCD) es una detección de out-of-bounds con Special Pool. El acceso cruza el límite de una allocation todavía relevante; se diferencia de 0xCC, donde la allocation ya había sido liberada.

La guard page hace que el crash ocurra cerca del primer acceso fuera de rango, por lo que el índice, copy length o pointer arithmetic de la instruction faulting son especialmente útiles.

Qué comprobar en el dump

Referencias técnicas


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

Exit mobile version