Site icon EfmSoft

What does macOS kernel return 0x1000000B (MACH_SEND_INVALID_NOTIFY) mean?

 
Previous Next
MACH_SEND_INVALID_RIGHT MACH_SEND_INVALID_MEMORY

MACH_SEND_INVALID_NOTIFY

When this code is relevant

MACH_SEND_INVALID_NOTIFY is specific to send options that request notification behavior, such as MACH_SEND_CANCEL. The notify argument must denote a receive right capable of accepting the kernel notification. Passing a send right, a dead name, an unrelated port, or a stale numeric value cannot establish that callback channel.

This error is generally a caller-side IPC setup mistake. It is not a notification that the destination service has failed, and the original send should not be treated as delivered merely because a notification port was supplied. Fix the lifecycle of the notification endpoint before retrying the operation.

Checks that help

References


Looking for a different code? Search another status or error code.

Exit mobile version