Site icon EfmSoft

¿Qué significa el código de retorno del kernel de macOS 0x10000008 (MACH_SEND_MSG_TOO_SMALL)?

 
Anterior Siguiente
MACH_SEND_INTERRUPTED MACH_SEND_INVALID_REPLY

MACH_SEND_MSG_TOO_SMALL

Qué significa MACH_SEND_MSG_TOO_SMALL

Como mínimo debe abarcar la cabecera y, en mensajes complejos, los descriptors que msgh_bits/count anuncian. Un msgh_size incoherente hace que el parser no pueda confiar en la estructura.

El problema suele ser cálculo de tamaño o packing del caller.

Qué comprobar

Referencias técnicas


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

Exit mobile version